Skip to content

Commit

Permalink
Fix Bundler::GemNotFound: Could not find gem 'puma (~> 5.0)'
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed May 24, 2021
1 parent d828075 commit 37d4fe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -75,7 +75,7 @@ appraise 'rails_6_1' do
instance_eval(&controller_test_dependency)

gem 'rails', '6.1.3.2'
gem 'puma', '~> 4.1'
gem 'puma', '~> 5.0'
gem 'bootsnap', '>= 1.4.2', require: false
gem 'sass-rails', '>= 6'
gem 'turbolinks', '~> 5'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile
Expand Up @@ -23,7 +23,7 @@ gem "rspec-rails", "~> 4.0"
gem "shoulda-context", "~> 1.2.0"
gem "rails-controller-testing", ">= 1.0.1"
gem "rails", "6.1.3.2"
gem "puma", "~> 4.1"
gem "puma", "~> 5.0"
gem "bootsnap", ">= 1.4.2", require: false
gem "sass-rails", ">= 6"
gem "turbolinks", "~> 5"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile.lock
Expand Up @@ -123,7 +123,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.6)
puma (4.3.7)
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -275,7 +275,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pry
pry-byebug
puma (~> 4.1)
puma (~> 5.0)
rails (= 6.1.3.2)
rails-controller-testing (>= 1.0.1)
rake (= 13.0.1)
Expand Down

0 comments on commit 37d4fe0

Please sign in to comment.