Skip to content

Commit 1f6e5e3

Browse files
authored
Merge pull request #893 from Crown-Commercial-Service/dependabot/bundler/puma-7.2.1
build(deps): bump puma from 6.4.3 to 7.2.1
2 parents 98e3437 + 477749d commit 1f6e5e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 8.1', '>= 8.1.2.1'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 6.4', '>= 6.4.3'
11+
gem 'puma', '~> 7.2'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 6.0', '>= 6.0.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ GEM
293293
net-smtp (0.5.1)
294294
net-protocol
295295
netrc (0.11.0)
296-
nio4r (2.7.4)
296+
nio4r (2.7.5)
297297
nokogiri (1.19.4)
298298
mini_portile2 (~> 2.8.2)
299299
racc (~> 1.4)
@@ -344,7 +344,7 @@ GEM
344344
date
345345
stringio
346346
public_suffix (6.0.2)
347-
puma (6.4.3)
347+
puma (7.2.1)
348348
nio4r (~> 2.0)
349349
racc (1.8.1)
350350
rack (3.2.6)
@@ -561,7 +561,7 @@ DEPENDENCIES
561561
poltergeist (>= 1.18.1)
562562
prism (~> 1.4)
563563
pry-rails
564-
puma (~> 6.4, >= 6.4.3)
564+
puma (~> 7.2)
565565
rack-maintenance (~> 3.0)
566566
rails (~> 8.1, >= 8.1.2.1)
567567
rollbar

0 commit comments

Comments
 (0)