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

Commit 8d120eb

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 e2bb475 commit 8d120eb

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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

+8-5
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,18 @@ GEM
113113
method_source (1.0.0)
114114
mimemagic (0.3.5)
115115
mini_mime (1.0.2)
116+
mini_portile2 (2.5.0)
116117
minitest (5.14.3)
117-
msgpack (1.3.3)
118+
msgpack (1.4.2)
118119
multipart-post (2.1.1)
119120
nio4r (2.5.4)
121+
nokogiri (1.11.1)
122+
mini_portile2 (~> 2.5.0)
123+
racc (~> 1.4)
120124
nokogiri (1.11.1-arm64-darwin)
121125
racc (~> 1.4)
122126
nokogiri (1.11.1-x64-mingw32)
123127
racc (~> 1.4)
124-
nokogiri (1.11.1-x86_64-darwin)
125-
racc (~> 1.4)
126128
nokogiri (1.11.1-x86_64-linux)
127129
racc (~> 1.4)
128130
popper_js (1.16.0)
@@ -131,7 +133,7 @@ GEM
131133
nio4r (~> 2.0)
132134
racc (1.5.2)
133135
rack (2.2.3)
134-
rack-mini-profiler (2.3.0)
136+
rack-mini-profiler (2.3.1)
135137
rack (>= 1.2.0)
136138
rack-proxy (0.6.5)
137139
rack
@@ -252,6 +254,7 @@ GEM
252254
zeitwerk (2.4.2)
253255

254256
PLATFORMS
257+
ruby
255258
universal-darwin-19
256259
x64-mingw32
257260
x86_64-linux
@@ -264,7 +267,7 @@ DEPENDENCIES
264267
jbuilder (~> 2.7)
265268
listen (~> 3.3)
266269
puma (~> 5.0)
267-
rack-mini-profiler (~> 2.0)
270+
rack-mini-profiler (~> 2.3)
268271
rails (~> 6.1.1)
269272
rails-controller-testing
270273
rspec-rails

0 commit comments

Comments
 (0)