Skip to content

Commit a4cf5ac

Browse files
committed
Make the release script update Gemfile.lock
1 parent 72e1c2f commit a4cf5ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react_on_rails (14.2.0)
4+
react_on_rails (15.0.0.alpha.2)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

rakelib/release.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ task :release, %i[gem_version dry_run tools_install] do |_t, args|
7777
msg = <<~MSG
7878
Once you have successfully published, run these commands to update the spec apps:
7979
80+
bundle install
8081
cd #{dummy_app_dir}; bundle update react_on_rails
81-
cd #{gem_root}#{' '}
82+
cd #{gem_root}
8283
git commit -a -m 'Update Gemfile.lock for spec app'
8384
git push
8485
MSG

0 commit comments

Comments
 (0)