File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 99rm -f Gemfile.lock
1010bundle remove actionmailer || true
1111bundle remove rails || true
12+ rm -f Gemfile.lock
1213bundle add rails --skip-install ${RAILSOPTS:- }
1314bundle install --prefer-local
1415bundle exec rails -v
@@ -21,6 +22,7 @@ pushd "My Workspace"
2122function prepare_deps {
2223 # make sure to use the same version of rails (e.g., install from git source if necessary)
2324 bundle remove rails --skip-install
25+ rm -f Gemfile.lock
2426 bundle add rails --skip-install ${RAILSOPTS:- }
2527
2628 # use the tailwindcss-rails under test
Original file line number Diff line number Diff line change 99rm -f Gemfile.lock
1010bundle remove actionmailer || true
1111bundle remove rails || true
12+ rm -f Gemfile.lock
1213bundle add rails --skip-install ${RAILSOPTS:- }
1314bundle install --prefer-local
1415
@@ -24,6 +25,7 @@ pushd test-upgrade
2425
2526# make sure to use the same version of rails (e.g., install from git source if necessary)
2627bundle remove rails --skip-install
28+ rm -f Gemfile.lock
2729bundle add rails --skip-install ${RAILSOPTS:- }
2830
2931# set up app with tailwindcss-rails v3 and tailwindcss-ruby v3
You can’t perform that action at this time.
0 commit comments