Skip to content

Commit c855724

Browse files
Bump puma from 6.4.3 to 6.5.0
Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6632e6e commit c855724

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.1'
5656

5757
# Use the Puma web server [https://github.com/puma/puma]
58-
gem 'puma', '~> 6.4'
58+
gem 'puma', '~> 6.5'
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
@@ -247,7 +247,7 @@ GEM
247247
net-smtp (0.4.0.1)
248248
net-protocol
249249
net-ssh (7.2.0)
250-
nio4r (2.7.3)
250+
nio4r (2.7.4)
251251
nokogiri (1.16.8)
252252
mini_portile2 (~> 2.8.2)
253253
racc (~> 1.4)
@@ -303,7 +303,7 @@ GEM
303303
i18n (>= 0.5.0)
304304
railties (>= 6.1.0)
305305
public_suffix (5.0.5)
306-
puma (6.4.3)
306+
puma (6.5.0)
307307
nio4r (~> 2.0)
308308
pundit (2.3.2)
309309
activesupport (>= 3.0.0)
@@ -540,7 +540,7 @@ DEPENDENCIES
540540
pry-byebug
541541
pry-remote
542542
public_activity
543-
puma (~> 6.4)
543+
puma (~> 6.5)
544544
pundit
545545
rack-mini-profiler (~> 3.3)
546546
rails (= 7.0.8.1)

0 commit comments

Comments
 (0)