Skip to content

Commit 9c8cfb4

Browse files
Update dependency puma to v7
1 parent 8f6e9d0 commit 9c8cfb4

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
@@ -14,7 +14,7 @@ gem "lograge", "~> 0.12"
1414
gem "pg"
1515
gem "pry-rails"
1616
gem "mini_racer"
17-
gem "puma", "~> 6.4"
17+
gem "puma", "~> 7.0"
1818
gem "rollbar"
1919
gem "rails", "~> 8.0"
2020
gem "sass-rails", "~> 6.0"

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 (6.0.1)
235-
puma (6.6.1)
235+
puma (7.0.3)
236236
nio4r (~> 2.0)
237237
racc (1.8.1)
238238
rack (3.1.16)
@@ -433,7 +433,7 @@ DEPENDENCIES
433433
mini_racer
434434
pg
435435
pry-rails
436-
puma (~> 6.4)
436+
puma (~> 7.0)
437437
rails (~> 8.0)
438438
rails_layout
439439
rollbar

0 commit comments

Comments
 (0)