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

Commit 9f52493

Browse files
Bump puma from 5.1.1 to 5.2.2
Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.2.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.1.1...v5.2.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e2bb475 commit 9f52493

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.1'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 5.0'
11+
gem 'puma', '~> 5.2'
1212
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
1313
gem 'webpacker', '~> 5.0'
1414
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks

Gemfile.lock

+9-6
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,23 @@ 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)
119-
nio4r (2.5.4)
120+
nio4r (2.5.7)
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)
129131
public_suffix (4.0.6)
130-
puma (5.1.1)
132+
puma (5.2.2)
131133
nio4r (~> 2.0)
132134
racc (1.5.2)
133135
rack (2.2.3)
@@ -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
@@ -263,7 +266,7 @@ DEPENDENCIES
263266
dotenv-rails
264267
jbuilder (~> 2.7)
265268
listen (~> 3.3)
266-
puma (~> 5.0)
269+
puma (~> 5.2)
267270
rack-mini-profiler (~> 2.0)
268271
rails (~> 6.1.1)
269272
rails-controller-testing

0 commit comments

Comments
 (0)