Skip to content

Commit

Permalink
build(deps-dev): bump rack-mini-profiler from 3.1.1 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 3.1.1 to 3.3.0.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](MiniProfiler/rack-mini-profiler@v3.1.1...v3.3.0)

---
updated-dependencies:
- dependency-name: rack-mini-profiler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kostyanf14 committed Feb 6, 2024
1 parent 0b167a0 commit 161947c
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 @@ -54,7 +54,7 @@ group :development do
gem 'capistrano-rails'
gem 'ed25519'
gem 'listen', '~> 3.8'
gem 'rack-mini-profiler', '~> 3.1'
gem 'rack-mini-profiler', '~> 3.3'
gem 'spring'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ GEM
activesupport (>= 3.0.0)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (3.1.1)
rack-mini-profiler (3.3.0)
rack (>= 1.2.0)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -408,7 +408,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (~> 6.4)
pundit
rack-mini-profiler (~> 3.1)
rack-mini-profiler (~> 3.3)
rails (~> 7.0.8)
rails_admin (~> 3.1)
redis (~> 4.8)
Expand Down

0 comments on commit 161947c

Please sign in to comment.