Skip to content

Commit b755742

Browse files
authored
Merge pull request #2014 from codebar/dependabot/bundler/puma-6.4.2
Bump puma from 5.6.7 to 6.4.2
2 parents 4876396 + 0bcad5f commit b755742

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
@@ -55,7 +55,7 @@ gem 'stripe'
5555
gem 'rails-html-sanitizer', '~> 1.6.0'
5656

5757
# Use the Puma web server [https://github.com/puma/puma]
58-
gem 'puma', '~> 5.0'
58+
gem 'puma', '~> 6.4'
5959
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
6060
gem 'importmap-rails'
6161
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ GEM
245245
net-smtp (0.4.0.1)
246246
net-protocol
247247
net-ssh (7.2.0)
248-
nio4r (2.7.0)
248+
nio4r (2.7.3)
249249
nokogiri (1.16.2)
250250
mini_portile2 (~> 2.8.2)
251251
racc (~> 1.4)
@@ -301,7 +301,7 @@ GEM
301301
i18n (>= 0.5.0)
302302
railties (>= 6.1.0)
303303
public_suffix (5.0.5)
304-
puma (5.6.7)
304+
puma (6.4.2)
305305
nio4r (~> 2.0)
306306
pundit (2.3.1)
307307
activesupport (>= 3.0.0)
@@ -538,7 +538,7 @@ DEPENDENCIES
538538
pry-byebug
539539
pry-remote
540540
public_activity
541-
puma (~> 5.0)
541+
puma (~> 6.4)
542542
pundit
543543
rack-mini-profiler (~> 3.3)
544544
rails (= 7.0.8.1)

0 commit comments

Comments
 (0)