Skip to content

Commit ebbe67b

Browse files
authored
Merge pull request #771 from doerfli/dependabot/bundler/puma-7.2.0
chore(deps): bump puma from 7.1.0 to 7.2.0
2 parents 8746d13 + 1612306 commit ebbe67b

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
@@ -352,7 +352,7 @@ GEM
352352
date
353353
stringio
354354
public_suffix (7.0.0)
355-
puma (7.1.0)
355+
puma (7.2.0)
356356
nio4r (~> 2.0)
357357
raabro (1.4.0)
358358
racc (1.8.1)
@@ -592,7 +592,7 @@ DEPENDENCIES
592592
omniauth-rails_csrf_protection (~> 2.0)
593593
pg (>= 0.18)
594594
propshaft (~> 1.3)
595-
puma (~> 7.1)
595+
puma (~> 7.2)
596596
rack-mini-profiler
597597
rails (~> 8.1)
598598
rails_live_reload
@@ -758,7 +758,7 @@ CHECKSUMS
758758
propshaft (1.3.1) sha256=9acc664ef67e819ffa3d95bd7ad4c3623ea799110c5f4dee67fa7e583e74c392
759759
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
760760
public_suffix (7.0.0) sha256=f7090b5beb0e56f9f10d79eed4d5fbe551b3b425da65877e075dad47a6a1b095
761-
puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
761+
puma (7.2.0) sha256=bf8ef4ab514a4e6d4554cb4326b2004eba5036ae05cf765cfe51aba9706a72a8
762762
raabro (1.4.0) sha256=d4fa9ff5172391edb92b242eed8be802d1934b1464061ae5e70d80962c5da882
763763
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
764764
rack (3.2.4) sha256=5d74b6f75082a643f43c1e76b419c40f0e5527fcfee1e669ac1e6b73c0ccb6f6

0 commit comments

Comments
 (0)