Skip to content

Commit 5ef324f

Browse files
committed
Upgrade to latest Puma version
I've checked the changelog and can't see any changes that affect us
1 parent 793ba0b commit 5ef324f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem 'open-uri'
3636
gem 'paper_trail'
3737
gem 'pg', '~> 1.1'
3838
gem 'postmark-rails'
39-
gem 'puma', '~> 6'
39+
gem 'puma', '~> 7.2'
4040
gem 'rack-cors'
4141
gem 'rails', '~> 7.1'
4242
gem 'sentry-rails'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ GEM
352352
date
353353
stringio
354354
public_suffix (6.0.2)
355-
puma (6.6.1)
355+
puma (7.2.0)
356356
nio4r (~> 2.0)
357357
raabro (1.4.0)
358358
racc (1.8.1)
@@ -616,7 +616,7 @@ DEPENDENCIES
616616
pg (~> 1.1)
617617
postmark-rails
618618
pry-byebug
619-
puma (~> 6)
619+
puma (~> 7.2)
620620
rack-cors
621621
rails (~> 7.1)
622622
rails-erd

0 commit comments

Comments
 (0)