Commit c918ca3
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:301 parent af3f433 commit c918ca3
File tree
2 files changed
+2
-2
lines changed- gemfiles
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments