Skip to content

Commit 0bc69e8

Browse files
authored
Merge pull request #1256 from Crown-Commercial-Service/dependabot/bundler/puma-7.1.0
build(deps): bump puma from 7.0.4 to 7.1.0
2 parents f5f0987 + 49d80b2 commit 0bc69e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ruby '3.4.3'
99
gem 'rails', '~> 8.0.3'
1010

1111
# Use Puma as the app server
12-
gem 'puma', '~> 7.0'
12+
gem 'puma', '~> 7.1'
1313

1414
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
1515
gem 'propshaft'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ GEM
242242
psych (5.2.6)
243243
date
244244
stringio
245-
puma (7.0.4)
245+
puma (7.1.0)
246246
nio4r (~> 2.0)
247247
raabro (1.4.0)
248248
racc (1.8.1)
@@ -445,7 +445,7 @@ DEPENDENCIES
445445
listen (~> 3.9)
446446
pg (~> 1.6.2)
447447
propshaft
448-
puma (~> 7.0)
448+
puma (~> 7.1)
449449
rack-attack (~> 6.7.0)
450450
rails (~> 8.0.3)
451451
rails-controller-testing (~> 1.0.5, >= 1.0.5)

0 commit comments

Comments
 (0)