Skip to content

Commit c918ca3

Browse files
authored
Update additional lockfiles after bumping importmap-rails version (#75)
Without this, running `bundle install` with `BUNDLE_GEMFILE` set to one of these gemfiles will result in an error like: ``` You are trying to install in deployment mode after changing your Gemfile. Run `bundle install` elsewhere and add the updated gemfiles/rails_7_propshaft.gemfile.lock to version control. ``` as seen in the CI run for the commit that bumped the version: https://github.com/rails/importmap-rails/runs/4297724678?check_suite_focus=true#step:3:30
1 parent af3f433 commit c918ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemfiles/rails_7_propshaft.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GIT
8686
PATH
8787
remote: ..
8888
specs:
89-
importmap-rails (0.8.2)
89+
importmap-rails (0.9.0)
9090
rails (>= 6.0.0)
9191

9292
GEM

gemfiles/rails_7_sprockets.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GIT
8686
PATH
8787
remote: ..
8888
specs:
89-
importmap-rails (0.8.2)
89+
importmap-rails (0.9.0)
9090
rails (>= 6.0.0)
9191

9292
GEM

0 commit comments

Comments
 (0)