Skip to content

Commit 1612306

Browse files
chore(deps): bump puma from 7.1.0 to 7.2.0
Bumps [puma](https://github.com/puma/puma) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d532323 commit 1612306

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 8.1'
99
# Use postgresql as the database for Active Record
1010
gem 'pg', '>= 0.18'
1111
# Use Puma as the app server
12-
gem 'puma', '~> 7.1'
12+
gem 'puma', '~> 7.2'
1313
gem 'cssbundling-rails'
1414
gem 'jsbundling-rails'
1515
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ GEM
348348
date
349349
stringio
350350
public_suffix (7.0.0)
351-
puma (7.1.0)
351+
puma (7.2.0)
352352
nio4r (~> 2.0)
353353
raabro (1.4.0)
354354
racc (1.8.1)
@@ -586,7 +586,7 @@ DEPENDENCIES
586586
omniauth-rails_csrf_protection (~> 2.0)
587587
pg (>= 0.18)
588588
propshaft (~> 1.3)
589-
puma (~> 7.1)
589+
puma (~> 7.2)
590590
rack-mini-profiler
591591
rails (~> 8.1)
592592
rails_live_reload
@@ -751,7 +751,7 @@ CHECKSUMS
751751
propshaft (1.3.1) sha256=9acc664ef67e819ffa3d95bd7ad4c3623ea799110c5f4dee67fa7e583e74c392
752752
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
753753
public_suffix (7.0.0) sha256=f7090b5beb0e56f9f10d79eed4d5fbe551b3b425da65877e075dad47a6a1b095
754-
puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
754+
puma (7.2.0) sha256=bf8ef4ab514a4e6d4554cb4326b2004eba5036ae05cf765cfe51aba9706a72a8
755755
raabro (1.4.0) sha256=d4fa9ff5172391edb92b242eed8be802d1934b1464061ae5e70d80962c5da882
756756
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
757757
rack (3.2.4) sha256=5d74b6f75082a643f43c1e76b419c40f0e5527fcfee1e669ac1e6b73c0ccb6f6

0 commit comments

Comments
 (0)