From a4363cbe5784ebd27c36c7bd5cf2964cefbb13fb Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Tue, 14 Dec 2021 09:15:10 -0800 Subject: [PATCH] Update additional lockfiles This can be done through the appraisal gem via `bundle exec appraisal install` or just through bundler via `for gemfile in $(ls gemfiles/*.gemfile); do BUNDLE_GEMFILE="$gemfile" bundle; done` --- gemfiles/rails_7_propshaft.gemfile.lock | 3 ++- gemfiles/rails_7_sprockets.gemfile.lock | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gemfiles/rails_7_propshaft.gemfile.lock b/gemfiles/rails_7_propshaft.gemfile.lock index f6ed6bd..ad682c1 100644 --- a/gemfiles/rails_7_propshaft.gemfile.lock +++ b/gemfiles/rails_7_propshaft.gemfile.lock @@ -2,7 +2,8 @@ PATH remote: .. specs: importmap-rails (0.9.4) - rails (>= 6.0.0) + actionpack (>= 6.0.0) + railties (>= 6.0.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/rails_7_sprockets.gemfile.lock b/gemfiles/rails_7_sprockets.gemfile.lock index 93acafd..a8a5762 100644 --- a/gemfiles/rails_7_sprockets.gemfile.lock +++ b/gemfiles/rails_7_sprockets.gemfile.lock @@ -2,7 +2,8 @@ PATH remote: .. specs: importmap-rails (0.9.4) - rails (>= 6.0.0) + actionpack (>= 6.0.0) + railties (>= 6.0.0) GEM remote: https://rubygems.org/