You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release script updates most Gemfile.lock files in the repository when bumping versions, but it misses react_on_rails_pro/spec/execjs-compatible-dummy/Gemfile.lock.
Evidence
After the 16.2.0.beta.13 release, this file still shows beta.12:
The release script should update all Gemfile.lock files that reference react_on_rails or react_on_rails_pro versions.
Suggested Fix
Update the release script to include react_on_rails_pro/spec/execjs-compatible-dummy/ in the list of directories where bundle install is run to regenerate lock files.