Skip to content

Commit d743d9f

Browse files
Bump puma from 7.2.0 to 8.0.0
Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.2.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5ef125 commit d743d9f

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 'bootsnap', '~> 1.23.0', require: false
3636

3737
group :development, :test do
3838
# Use the Puma web server [https://github.com/puma/puma]
39-
gem 'puma', '~> 7.2'
39+
gem 'puma', '~> 8.0'
4040

4141
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
4242
gem 'debug', '~> 1.11.1', platforms: %i[mri mingw x64_mingw]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ GEM
232232
date
233233
stringio
234234
public_suffix (7.0.5)
235-
puma (7.2.0)
235+
puma (8.0.0)
236236
nio4r (~> 2.0)
237237
raabro (1.4.0)
238238
racc (1.8.1)
@@ -381,7 +381,7 @@ DEPENDENCIES
381381
github_api (~> 0.19.0)
382382
pg (~> 1.6.3)
383383
propshaft (~> 1.3.1)
384-
puma (~> 7.2)
384+
puma (~> 8.0)
385385
rack-cors (~> 3.0.0)
386386
rails (~> 8.1.3)
387387
rubocop (~> 1.86.0)

0 commit comments

Comments
 (0)