Skip to content

Commit fb99a86

Browse files
Bump puma from 5.6.6 to 5.6.9
Bumps [puma](https://github.com/puma/puma) from 5.6.6 to 5.6.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.6...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc02c67 commit fb99a86

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem "sqlite3", "~> 1.4"
1515
gem 'webpacker', '~> 5.x.x'
1616

1717
# Use the Puma web server [https://github.com/puma/puma]
18-
gem "puma", "~> 5.0"
18+
gem "puma", "~> 5.6"
1919

2020
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
2121
gem "importmap-rails"

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,13 @@ GEM
124124
timeout
125125
net-smtp (0.3.3)
126126
net-protocol
127-
nio4r (2.5.9)
127+
nio4r (2.7.3)
128128
nokogiri (1.15.3-x64-mingw-ucrt)
129129
racc (~> 1.4)
130+
nokogiri (1.15.3-x86_64-linux)
131+
racc (~> 1.4)
130132
public_suffix (5.0.3)
131-
puma (5.6.6)
133+
puma (5.6.9)
132134
nio4r (~> 2.0)
133135
racc (1.7.1)
134136
rack (2.2.7)
@@ -183,6 +185,7 @@ GEM
183185
activesupport (>= 5.2)
184186
sprockets (>= 3.0.0)
185187
sqlite3 (1.6.3-x64-mingw-ucrt)
188+
sqlite3 (1.6.3-x86_64-linux)
186189
stimulus-rails (1.2.1)
187190
railties (>= 6.0.0)
188191
thor (1.2.2)
@@ -219,14 +222,15 @@ GEM
219222

220223
PLATFORMS
221224
x64-mingw-ucrt
225+
x86_64-linux
222226

223227
DEPENDENCIES
224228
bootsnap
225229
capybara
226230
debug
227231
importmap-rails
228232
jbuilder
229-
puma (~> 5.0)
233+
puma (~> 5.6)
230234
rails (~> 7.0.6)
231235
selenium-webdriver
232236
sprockets-rails

0 commit comments

Comments
 (0)