Skip to content

Commit d82785c

Browse files
chore(deps): update dependency puma to v7
1 parent 99e6758 commit d82785c

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
@@ -22,7 +22,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
2222
gem 'paper_trail', '~> 17.0.0'
2323
gem 'paranoia', '~> 3.0.1'
2424
gem 'pg', '~> 1.6.2'
25-
gem 'puma', '~> 6.6.1'
25+
gem 'puma', '~> 7.1.0'
2626
gem 'pundit', '~> 2.5.2'
2727
gem 'rack-attack', '~> 6.8.0'
2828
gem 'rails', '~> 7.2.2', '>= 7.2.2.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ GEM
339339
date
340340
stringio
341341
public_suffix (6.0.2)
342-
puma (6.6.1)
342+
puma (7.1.0)
343343
nio4r (~> 2.0)
344344
pundit (2.5.2)
345345
activesupport (>= 3.0.0)
@@ -650,7 +650,7 @@ DEPENDENCIES
650650
pg (~> 1.6.2)
651651
pry-byebug (~> 3.11.0)
652652
pry-rails (~> 0.3.11)
653-
puma (~> 6.6.1)
653+
puma (~> 7.1.0)
654654
pundit (~> 2.5.2)
655655
rack-attack (~> 6.8.0)
656656
rails (~> 7.2.2, >= 7.2.2.2)

0 commit comments

Comments
 (0)