Skip to content

Commit f0bf386

Browse files
Bump puma from 5.6.7 to 5.6.8 in /backend (#704)
Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.7...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f10371 commit f0bf386

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "mongoid", "7.3.3"
1717
gem "pg", "1.2.3"
1818

1919
# Use Puma as the app server
20-
gem "puma", "5.6.7"
20+
gem "puma", "5.6.8"
2121

2222
# Authentication libraries
2323
gem "cancancan", "~> 3.3.0"

backend/Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ GEM
264264
timeout
265265
net-smtp (0.4.0)
266266
net-protocol
267-
nio4r (2.5.9)
268-
nio4r (2.5.9-java)
267+
nio4r (2.7.0)
268+
nio4r (2.7.0-java)
269269
nokogiri (1.16.0)
270270
mini_portile2 (~> 2.8.2)
271271
racc (~> 1.4)
@@ -313,9 +313,9 @@ GEM
313313
pry-rails (0.3.9)
314314
pry (>= 0.10.4)
315315
public_suffix (5.0.3)
316-
puma (5.6.7)
316+
puma (5.6.8)
317317
nio4r (~> 2.0)
318-
puma (5.6.7-java)
318+
puma (5.6.8-java)
319319
nio4r (~> 2.0)
320320
pusher (2.0.2)
321321
httpclient (~> 2.8)
@@ -523,7 +523,7 @@ DEPENDENCIES
523523
pry-byebug
524524
pry-doc
525525
pry-rails
526-
puma (= 5.6.7)
526+
puma (= 5.6.8)
527527
pusher
528528
rack-cors (= 2.0.1)
529529
rack-timeout

0 commit comments

Comments
 (0)