Skip to content

Commit

Permalink
chore(deps): update dependency puma to '~> 6.4.0' [security] (#935)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent e3d1aa1 commit 36a8a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'paper_trail', '~> 14.0.0'
gem 'paranoia', '~> 3.0.0'
gem 'pg', '~> 1.3.0'
gem 'puma', '~> 6.1.1'
gem 'puma', '~> 6.4.0'
gem 'pundit', '~> 2.2.0'
gem 'rack-attack', '~> 6.6.0'
gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
timeout
net-ssh (6.1.0)
netrc (0.11.0)
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -303,7 +303,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.7)
puma (6.1.1)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
pg (~> 1.3.0)
pry-byebug
pry-rails
puma (~> 6.1.1)
puma (~> 6.4.0)
pundit (~> 2.2.0)
rack-attack (~> 6.6.0)
rails (~> 7.0.4, >= 7.0.4.3)
Expand Down

0 comments on commit 36a8a04

Please sign in to comment.