Skip to content

Commit

Permalink
Update dependency puma to '~> 6.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 5398551 commit 3966402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.2.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.0.7.1'
gem 'pg', '~> 1.1'
gem 'puma', '~> 6.3.1'
gem 'puma', '~> 6.4.0'
gem 'redis', '~> 5.0'
gem 'bcrypt', '~> 3.1.7'
gem 'bootsnap', '>= 1.4.4', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ GEM
activerecord (>= 5.2)
activesupport (>= 5.2)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.2)
rack (2.2.8)
Expand Down Expand Up @@ -544,7 +544,7 @@ DEPENDENCIES
pdfkit
pg (~> 1.1)
pg_search
puma (~> 6.3.1)
puma (~> 6.4.0)
rails (~> 7.0.7.1)
redis (~> 5.0)
rexml
Expand Down

0 comments on commit 3966402

Please sign in to comment.