Skip to content

Commit

Permalink
chore(deps): update dependency puma to v6 (#332)
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 26, 2022
1 parent 28bf5b1 commit 2fcd251
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 @@ -28,7 +28,7 @@ gem 'paper_trail', '~> 14.0'
gem 'paranoia', '~> 2.2'
gem 'pg', '~> 1.0'
gem 'phonelib'
gem 'puma', '~> 5.0'
gem 'puma', '~> 6.0'
gem 'pundit', '~> 2.0'
gem 'rack-attack', '~> 6.0'
gem 'rack-cors', '~> 1.0', require: 'rack/cors'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.6.4)
puma (6.0.0)
nio4r (~> 2.0)
puma (5.6.4-java)
puma (6.0.0-java)
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -561,7 +561,7 @@ DEPENDENCIES
phonelib
pry-byebug
pry-rails
puma (~> 5.0)
puma (~> 6.0)
pundit (~> 2.0)
rack-attack (~> 6.0)
rack-cors (~> 1.0)
Expand Down

0 comments on commit 2fcd251

Please sign in to comment.