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 9
9
rm -f Gemfile.lock
10
10
bundle remove actionmailer || true
11
11
bundle remove rails || true
12
+ rm -f Gemfile.lock
12
13
bundle add rails --skip-install ${RAILSOPTS:- }
13
14
bundle install --prefer-local
14
15
bundle exec rails -v
@@ -21,6 +22,7 @@ pushd "My Workspace"
21
22
function prepare_deps {
22
23
# make sure to use the same version of rails (e.g., install from git source if necessary)
23
24
bundle remove rails --skip-install
25
+ rm -f Gemfile.lock
24
26
bundle add rails --skip-install ${RAILSOPTS:- }
25
27
26
28
# use the tailwindcss-rails under test
Original file line number Diff line number Diff line change 9
9
rm -f Gemfile.lock
10
10
bundle remove actionmailer || true
11
11
bundle remove rails || true
12
+ rm -f Gemfile.lock
12
13
bundle add rails --skip-install ${RAILSOPTS:- }
13
14
bundle install --prefer-local
14
15
@@ -24,6 +25,7 @@ pushd test-upgrade
24
25
25
26
# make sure to use the same version of rails (e.g., install from git source if necessary)
26
27
bundle remove rails --skip-install
28
+ rm -f Gemfile.lock
27
29
bundle add rails --skip-install ${RAILSOPTS:- }
28
30
29
31
# set up app with tailwindcss-rails v3 and tailwindcss-ruby v3
You can’t perform that action at this time.
0 commit comments