Skip to content

Commit 6f7a44d

Browse files
Bump rack-mini-profiler from 2.3.3 to 3.0.0 in /backend
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 2.3.3 to 3.0.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@v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: rack-mini-profiler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bb5d6c commit 6f7a44d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ group :development do
4141
gem 'web-console', '>= 4.1.0'
4242
# Display performance information such as SQL time and flame graphs for each request in your browser.
4343
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
44-
gem 'rack-mini-profiler', '~> 2.3'
44+
gem 'rack-mini-profiler', '~> 3.0'
4545
gem 'listen', '~> 3.7'
4646
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4747
gem 'spring'

backend/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
rack (2.2.3)
116116
rack-cors (1.1.1)
117117
rack (>= 2.0.0)
118-
rack-mini-profiler (2.3.3)
118+
rack-mini-profiler (3.0.0)
119119
rack (>= 1.2.0)
120120
rack-test (1.1.0)
121121
rack (>= 1.0, < 3)
@@ -201,7 +201,7 @@ DEPENDENCIES
201201
pg (>= 0.18, < 2.0)
202202
puma (~> 5.5)
203203
rack-cors
204-
rack-mini-profiler (~> 2.3)
204+
rack-mini-profiler (~> 3.0)
205205
rails (~> 6.1.5)
206206
route_mechanic
207207
selenium-webdriver

0 commit comments

Comments
 (0)