Skip to content

Commit c24c5eb

Browse files
committed
Update puma for rails 7.1 and 7.2
1 parent 2ea7913 commit c24c5eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem "bootstrap-sass", "3.4.1"
2727
# Use sqlite3 as the database for Active Record
2828
# gem 'sqlite3'
2929
# Use Puma as the app server
30-
gem "puma", "~> 6.4"
30+
gem "puma", "~> 6.5"
3131
# Use SCSS for stylesheets
3232
gem "sass-rails", "~> 5.0"
3333

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ GEM
214214
newrelic_rpm (9.5.0)
215215
next_rails (1.3.0)
216216
colorize (>= 0.8.1)
217-
nio4r (2.7.0)
217+
nio4r (2.7.4)
218218
nokogiri (1.16.2-arm64-darwin)
219219
racc (~> 1.4)
220220
nokogiri (1.16.2-x86_64-darwin)
@@ -257,7 +257,7 @@ GEM
257257
psych (5.1.0)
258258
stringio
259259
public_suffix (5.0.3)
260-
puma (6.4.2)
260+
puma (6.6.0)
261261
nio4r (~> 2.0)
262262
pundit (2.3.1)
263263
activesupport (>= 3.0.0)
@@ -480,7 +480,7 @@ DEPENDENCIES
480480
next_rails
481481
ombu_labs-auth
482482
pg
483-
puma (~> 6.4)
483+
puma (~> 6.5)
484484
pundit (~> 2.2)
485485
rack-mini-profiler
486486
rails (~> 7.1.0)

Gemfile.next.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ GEM
265265
date
266266
stringio
267267
public_suffix (5.0.3)
268-
puma (6.4.0)
268+
puma (6.6.0)
269269
nio4r (~> 2.0)
270270
pundit (2.3.1)
271271
activesupport (>= 3.0.0)
@@ -490,7 +490,7 @@ DEPENDENCIES
490490
next_rails
491491
ombu_labs-auth
492492
pg
493-
puma (~> 6.4)
493+
puma (~> 6.5)
494494
pundit (~> 2.2)
495495
rack-mini-profiler
496496
rails (~> 7.2.0)

0 commit comments

Comments
 (0)