Skip to content

Commit 8e260f8

Browse files
authored
Merge pull request #454 from ZeusWPI/dependabot/bundler/puma-8.0.0
Bump puma from 7.2.0 to 8.0.0
2 parents ea8896e + 97410d8 commit 8e260f8

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.1)

0 commit comments

Comments
 (0)