Skip to content

Commit b148c4b

Browse files
authored
Merge pull request #2465 from ViewComponent/dependabot/bundler/puma-7.1.0
Bump puma from 6.6.1 to 7.1.0
2 parents fdbe957 + 160d5e1 commit b148c4b

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
@@ -27,7 +27,7 @@ group :development, :test do
2727
gem "method_source", "~> 1"
2828
gem "minitest", "~> 5"
2929
gem "propshaft", "~> 1"
30-
gem "puma", "~> 6"
30+
gem "puma", ">= 6"
3131
gem "rake", "~> 13"
3232
gem "rails-dom-testing", "~> 2.3.0"
3333
gem "redis"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ GEM
218218
date
219219
stringio
220220
public_suffix (6.0.2)
221-
puma (6.6.1)
221+
puma (7.1.0)
222222
nio4r (~> 2.0)
223223
racc (1.8.1)
224224
rack (3.2.3)
@@ -423,7 +423,7 @@ DEPENDENCIES
423423
method_source (~> 1)
424424
minitest (~> 5)
425425
propshaft (~> 1)
426-
puma (~> 6)
426+
puma (~> 7)
427427
rails (~> 8)
428428
rails-dom-testing (~> 2.3.0)
429429
rake (~> 13)

0 commit comments

Comments
 (0)