Skip to content

Commit

Permalink
Fix Bundler::GemNotFound: Could not find gem 'rack-mini-profiler (~> …
Browse files Browse the repository at this point in the history
…2.0)'
  • Loading branch information
vsppedro committed May 25, 2021
1 parent 5a8a95e commit 1759efa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Expand Up @@ -83,6 +83,7 @@ appraise 'rails_6_1' do
gem 'bcrypt', '~> 3.1.7'
gem 'capybara', '>= 2.15'
gem 'listen', '>= 3.0.5', '< 3.6'
gem 'rack-mini-profiler', '~> 2.0.0'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'selenium-webdriver'
gem 'webdrivers'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Expand Up @@ -31,6 +31,7 @@ gem "jbuilder", "~> 2.7"
gem "bcrypt", "~> 3.1.7"
gem "capybara", ">= 2.15"
gem "listen", ">= 3.0.5", "< 3.6"
gem "rack-mini-profiler", "~> 2.0.0"
gem "spring-watcher-listen", "~> 2.0.0"
gem "selenium-webdriver"
gem "webdrivers"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_6_1.gemfile.lock
Expand Up @@ -127,6 +127,8 @@ GEM
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-mini-profiler (2.0.4)
rack (>= 1.2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.1.3.2)
Expand Down Expand Up @@ -276,6 +278,7 @@ DEPENDENCIES
pry
pry-byebug
puma (~> 5.0)
rack-mini-profiler (~> 2.0.0)
rails (= 6.1.3.2)
rails-controller-testing (>= 1.0.1)
rake (= 13.0.1)
Expand Down

0 comments on commit 1759efa

Please sign in to comment.