Skip to content

Commit

Permalink
Remove version guard for rack-mini-profiler and run bundle update to …
Browse files Browse the repository at this point in the history
…bump to 3.3.0
  • Loading branch information
rsb committed Feb 13, 2024
1 parent 68875f5 commit db6d618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ group :debugging do
end

group :development, :staging do
gem 'rack-mini-profiler', '~> 2.3.2'
gem 'rack-mini-profiler'
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ GEM
pyu-ruby-sasl (0.0.3.3)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (2.3.4)
rack-mini-profiler (3.3.0)
rack (>= 1.2.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -750,7 +750,7 @@ DEPENDENCIES
pry-rescue
pry-stack_explorer
puma (~> 5.6.7)
rack-mini-profiler (~> 2.3.2)
rack-mini-profiler
rails (~> 6.1.7.6)
rails-assets-bootstrap-select!
rails-assets-jquery!
Expand Down

0 comments on commit db6d618

Please sign in to comment.