Skip to content

Commit

Permalink
fix: missing rack-mini-profiler gem in rails_6_1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Feb 25, 2024
1 parent db2148d commit 4d75062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ appraise "rails_6_1" do
gem "bootsnap", ">= 1.4.2", require: false
gem 'listen', '~> 3.2'
gem "spring-watcher-listen", "~> 2.0.0"
gem "rack-mini-profiler", "~> 2.0.0"
gem "capybara", ">= 2.15"
gem "selenium-webdriver"
gem "sqlite3", "~> 1.4.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gem "pg", ">= 0.18", "< 2.0"
gem "pry", "~> 0.12.0"
gem "pry-byebug", "~> 3.6.0"
gem "puma", "~> 5.0"
gem "rack-mini-profiler", "~> 2.0.0"
gem "rails", "~> 6.1.3.2"
gem "rails-controller-testing", ">= 1.0.4"
gem "rake"
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ GEM
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack-mini-profiler (2.0.4)
rack (>= 1.2.0)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.3.2)
Expand Down Expand Up @@ -289,6 +291,7 @@ DEPENDENCIES
pry (~> 0.12.0)
pry-byebug (~> 3.6.0)
puma (~> 5.0)
rack-mini-profiler (~> 2.0.0)
rails (~> 6.1.3.2)
rails-controller-testing (>= 1.0.4)
rake
Expand Down

0 comments on commit 4d75062

Please sign in to comment.