Skip to content

Commit 42c2220

Browse files
Bump puma from 5.6.4 to 5.6.7 in /backend (#654)
Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 5.6.7. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.4...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d67f85b commit 42c2220

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
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.4"
20+
gem "puma", "5.6.7"
2121

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

backend/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ GEM
299299
pry-rails (0.3.9)
300300
pry (>= 0.10.4)
301301
public_suffix (5.0.3)
302-
puma (5.6.4)
302+
puma (5.6.7)
303303
nio4r (~> 2.0)
304-
puma (5.6.4-java)
304+
puma (5.6.7-java)
305305
nio4r (~> 2.0)
306306
pusher (2.0.2)
307307
httpclient (~> 2.8)
@@ -504,7 +504,7 @@ DEPENDENCIES
504504
pry-byebug
505505
pry-doc
506506
pry-rails
507-
puma (= 5.6.4)
507+
puma (= 5.6.7)
508508
pusher
509509
rack-cors (= 1.1.1)
510510
rack-timeout

0 commit comments

Comments
 (0)