Skip to content

Commit 384d198

Browse files
authored
Merge pull request #2280 from codebar/dependabot/bundler/rack-mini-profiler-4.0.1
chore(deps-dev): bump rack-mini-profiler from 3.3.1 to 4.0.1
2 parents 47a19fa + 79ad9b5 commit 384d198

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ group :development do
7777
gem 'web-console', '>= 4.1.0'
7878
# Display performance information such as SQL time and flame graphs for each request in your browser.
7979
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
80-
gem 'rack-mini-profiler', '~> 3.3'
80+
gem 'rack-mini-profiler', '~> 4.0'
8181
gem 'listen', '~> 3.9'
8282
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
8383
# gem 'spring'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ GEM
342342
activesupport (>= 3.0.0)
343343
racc (1.8.1)
344344
rack (2.2.17)
345-
rack-mini-profiler (3.3.1)
345+
rack-mini-profiler (4.0.1)
346346
rack (>= 1.2.0)
347347
rack-protection (3.2.0)
348348
base64 (>= 0.1.0)
@@ -587,7 +587,7 @@ DEPENDENCIES
587587
public_activity
588588
puma (~> 6.6)
589589
pundit
590-
rack-mini-profiler (~> 3.3)
590+
rack-mini-profiler (~> 4.0)
591591
rails (= 7.0.8.1)
592592
rails-html-sanitizer (~> 1.6.2)
593593
rails4-autocomplete

0 commit comments

Comments
 (0)