Skip to content

Commit

Permalink
chore: regenerate gemfiles without bootsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Feb 26, 2024
1 parent ccb7e5c commit b7f30d0
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 26 deletions.
6 changes: 2 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ end
appraise "rails_5_2" do
instance_eval(&shared_dependencies)

gem "rails", "5.2.4.3"
gem "rails", "5.2.8.1"
gem "rails-controller-testing", ">= 1.0.1"
gem "puma", "~> 3.11"
gem "bootsnap", ">= 1.1.0", require: false
gem "sass-rails", "~> 5.0"
gem "turbolinks", "~> 5"
gem "jbuilder", "~> 2.5"
Expand All @@ -73,14 +72,13 @@ end
appraise "rails_6_0" do
instance_eval(&shared_dependencies)

gem "rails", "6.0.3.2"
gem "rails", "6.0.6.1"
gem "puma", "~> 4.1"
gem "sass-rails", ">= 6"
gem "webpacker", "~> 4.0"
gem "turbolinks", "~> 5"
gem "jbuilder", "~> 2.7"
gem "bcrypt", "~> 3.1.7"
gem "bootsnap", ">= 1.4.2", require: false
gem "listen", ">= 3.0.5", "< 3.2"
gem "spring-watcher-listen", "~> 2.0.0"
gem "capybara", ">= 2.15"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "bundler", "~> 1.0"
gem "bundler", "~> 2.4.22"
gem "pry-byebug"
gem "rails", "5.0.7.2"
gem "rake", "~> 10.0"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt (~> 3.1.7)
bundler (~> 1.0)
bundler (~> 2.4.22)
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
Expand All @@ -237,4 +237,4 @@ DEPENDENCIES
turbolinks (~> 5)

BUNDLED WITH
1.17.3
2.4.22
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "bundler", "~> 1.0"
gem "bundler", "~> 2.4.22"
gem "pry-byebug"
gem "rails", "5.1.7"
gem "rake", "~> 10.0"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt (~> 3.1.7)
bundler (~> 1.0)
bundler (~> 2.4.22)
capybara (~> 2.13)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
Expand All @@ -253,4 +253,4 @@ DEPENDENCIES
turbolinks (~> 5)

BUNDLED WITH
1.17.3
2.4.22
3 changes: 1 addition & 2 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "bundler", "~> 1.0"
gem "bundler", "~> 2.4.22"
gem "pry-byebug"
gem "rails", "5.2.8.1"
gem "rake", "~> 10.0"
Expand All @@ -16,7 +16,6 @@ gem "spring-commands-rspec"
gem "minitest-reporters"
gem "rails-controller-testing", ">= 1.0.1"
gem "puma", "~> 3.11"
gem "bootsnap", ">= 1.1.0", require: false
gem "sass-rails", "~> 5.0"
gem "turbolinks", "~> 5"
gem "jbuilder", "~> 2.5"
Expand Down
8 changes: 2 additions & 6 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ GEM
ast (2.4.1)
attr_extras (6.2.4)
bcrypt (3.1.13)
bootsnap (1.4.6)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.1.1)
Expand Down Expand Up @@ -112,7 +110,6 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
msgpack (1.3.3)
net-imap (0.2.2)
digest
net-protocol
Expand Down Expand Up @@ -266,8 +263,7 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt (~> 3.1.7)
bootsnap (>= 1.1.0)
bundler (~> 1.0)
bundler (~> 2.4.22)
capybara (~> 3.1.1)
chromedriver-helper
jbuilder (~> 2.5)
Expand All @@ -291,4 +287,4 @@ DEPENDENCIES
turbolinks (~> 5)

BUNDLED WITH
1.17.3
2.4.22
3 changes: 1 addition & 2 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "bundler", "~> 1.0"
gem "bundler", "~> 2.4.22"
gem "pry-byebug"
gem "rails", "6.0.6.1"
gem "rake", "~> 10.0"
Expand All @@ -20,7 +20,6 @@ gem "webpacker", "~> 4.0"
gem "turbolinks", "~> 5"
gem "jbuilder", "~> 2.7"
gem "bcrypt", "~> 3.1.7"
gem "bootsnap", ">= 1.4.2", require: false
gem "listen", ">= 3.0.5", "< 3.2"
gem "spring-watcher-listen", "~> 2.0.0"
gem "capybara", ">= 2.15"
Expand Down
8 changes: 2 additions & 6 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ GEM
ast (2.4.1)
attr_extras (6.2.4)
bcrypt (3.1.13)
bootsnap (1.4.6)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.32.0)
Expand Down Expand Up @@ -120,7 +118,6 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
msgpack (1.3.3)
net-imap (0.2.2)
digest
net-protocol
Expand Down Expand Up @@ -288,8 +285,7 @@ PLATFORMS
DEPENDENCIES
appraisal
bcrypt (~> 3.1.7)
bootsnap (>= 1.4.2)
bundler (~> 1.0)
bundler (~> 2.4.22)
capybara (>= 2.15)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
Expand All @@ -315,4 +311,4 @@ DEPENDENCIES
webpacker (~> 4.0)

BUNDLED WITH
1.17.3
2.4.22

0 comments on commit b7f30d0

Please sign in to comment.