Skip to content

Commit 268ea74

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

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
@@ -62,7 +62,7 @@ gem 'stripe'
6262
gem 'rails-html-sanitizer', '~> 1.6.2'
6363

6464
# Use the Puma web server [https://github.com/puma/puma]
65-
gem 'puma', '~> 6.6'
65+
gem 'puma', '~> 7.1'
6666
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
6767
gem 'importmap-rails'
6868
# 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
@@ -297,7 +297,7 @@ GEM
297297
timeout
298298
net-smtp (0.5.1)
299299
net-protocol
300-
nio4r (2.7.4)
300+
nio4r (2.7.5)
301301
nokogiri (1.18.10-aarch64-linux-gnu)
302302
racc (~> 1.4)
303303
nokogiri (1.18.10-arm64-darwin)
@@ -372,7 +372,7 @@ GEM
372372
i18n (>= 0.5.0)
373373
railties (>= 6.1.0)
374374
public_suffix (6.0.2)
375-
puma (6.6.1)
375+
puma (7.1.0)
376376
nio4r (~> 2.0)
377377
pundit (2.5.2)
378378
activesupport (>= 3.0.0)
@@ -643,7 +643,7 @@ DEPENDENCIES
643643
pry-rails
644644
pry-remote
645645
public_activity
646-
puma (~> 6.6)
646+
puma (~> 7.1)
647647
pundit
648648
rack-mini-profiler (~> 4.0)
649649
rails (~> 7.2.2.2)

0 commit comments

Comments
 (0)