Skip to content

Commit c8d3b9d

Browse files
chore(deps): update dependency puma to v7 (#1087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lodewiges <[email protected]>
1 parent fdf3358 commit c8d3b9d

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
@@ -24,7 +24,7 @@ gem 'omniauth-rails_csrf_protection', '~> 2.0'
2424
gem 'paper_trail', '~> 17.0.0'
2525
gem 'paranoia', '~> 3.1.0'
2626
gem 'pg', '~> 1.6.2'
27-
gem 'puma', '~> 6.6.1'
27+
gem 'puma', '~> 7.1.0'
2828
gem 'pundit', '~> 2.5.2'
2929
gem 'rack-attack', '~> 6.8.0'
3030
gem 'rails', '~> 7.2.3'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ GEM
349349
date
350350
stringio
351351
public_suffix (6.0.2)
352-
puma (6.6.1)
352+
puma (7.1.0)
353353
nio4r (~> 2.0)
354354
pundit (2.5.2)
355355
activesupport (>= 3.0.0)
@@ -649,7 +649,7 @@ DEPENDENCIES
649649
pg (~> 1.6.2)
650650
pry-byebug (~> 3.11.0)
651651
pry-rails (~> 0.3.11)
652-
puma (~> 6.6.1)
652+
puma (~> 7.1.0)
653653
pundit (~> 2.5.2)
654654
rack-attack (~> 6.8.0)
655655
rails (~> 7.2.3)

0 commit comments

Comments
 (0)