Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 55b98a9

Browse files
Bump rack-mini-profiler from 2.3.0 to 2.3.1
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 2.3.0 to 2.3.1. - [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@v2.3.0...v2.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c92f1c9 commit 55b98a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group :development do
3333
gem 'web-console', '>= 4.1.0'
3434
# Display performance information such as SQL time and flame graphs for each request in your browser.
3535
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
36-
gem 'rack-mini-profiler', '~> 2.0'
36+
gem 'rack-mini-profiler', '~> 2.3'
3737
gem 'listen', '~> 3.3'
3838
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
3939
gem 'spring'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
nio4r (~> 2.0)
132132
racc (1.5.2)
133133
rack (2.2.3)
134-
rack-mini-profiler (2.3.0)
134+
rack-mini-profiler (2.3.1)
135135
rack (>= 1.2.0)
136136
rack-proxy (0.6.5)
137137
rack
@@ -265,7 +265,7 @@ DEPENDENCIES
265265
jbuilder (~> 2.7)
266266
listen (~> 3.3)
267267
puma (~> 5.0)
268-
rack-mini-profiler (~> 2.0)
268+
rack-mini-profiler (~> 2.3)
269269
rails (~> 6.1.3)
270270
rails-controller-testing
271271
rspec-rails

0 commit comments

Comments
 (0)