Skip to content

Commit a4adb85

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ GEM
378378
i18n (>= 0.5.0)
379379
railties (>= 6.1.0)
380380
public_suffix (6.0.2)
381-
puma (6.6.1)
381+
puma (7.0.4)
382382
nio4r (~> 2.0)
383383
pundit (2.5.2)
384384
activesupport (>= 3.0.0)
@@ -647,7 +647,7 @@ DEPENDENCIES
647647
pry-rails
648648
pry-remote
649649
public_activity
650-
puma (~> 6.6)
650+
puma (~> 7.0)
651651
pundit
652652
rack-mini-profiler (~> 4.0)
653653
rails (~> 7.1.5.1)

0 commit comments

Comments
 (0)