Skip to content

Commit eb3690a

Browse files
Bump puma from 5.6.8 to 5.6.9
Bumps [puma](https://github.com/puma/puma) from 5.6.8 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.8...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09a4c21 commit eb3690a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44
ruby '~> 3.1.4'
55

6-
gem 'puma', '5.6.8' # Latest capybara doesn't work with puma 6.0 at the moment.
6+
gem 'puma', '5.6.9' # Latest capybara doesn't work with puma 6.0 at the moment.
77
gem 'rack-rewrite'
88
gem 'rails', '~> 7.0.8.4'
99

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ GEM
276276
net-smtp (0.3.2)
277277
net-protocol
278278
netrc (0.11.0)
279-
nio4r (2.7.0)
279+
nio4r (2.7.3)
280280
nokogiri (1.16.6-aarch64-linux)
281281
racc (~> 1.4)
282282
nokogiri (1.16.6-arm64-darwin)
@@ -334,7 +334,7 @@ GEM
334334
psych (5.1.2)
335335
stringio
336336
public_suffix (5.0.5)
337-
puma (5.6.8)
337+
puma (5.6.9)
338338
nio4r (~> 2.0)
339339
pusher (1.3.3)
340340
httpclient (~> 2.7)
@@ -658,7 +658,7 @@ DEPENDENCIES
658658
premailer-rails
659659
pry-byebug
660660
pry-rails
661-
puma (= 5.6.8)
661+
puma (= 5.6.9)
662662
pusher (= 1.3.3)
663663
rack-mini-profiler
664664
rack-rewrite

0 commit comments

Comments
 (0)