Skip to content

Commit 370ceb3

Browse files
Update dependency puma to v7
1 parent 1ca2ffa commit 370ceb3

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.1.0)
236236
nio4r (~> 2.0)
237237
racc (1.8.1)
238238
rack (3.1.18)
@@ -435,7 +435,7 @@ DEPENDENCIES
435435
mini_racer
436436
pg
437437
pry-rails
438-
puma (~> 6.4)
438+
puma (~> 7.0)
439439
rails (~> 8.0)
440440
rails_layout
441441
rollbar

0 commit comments

Comments
 (0)