Skip to content

Commit

Permalink
chore(deps): update dependency puma to '~> 6.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 2491dc1 commit 8bd0c1e
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 @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.1.4.1'
gem 'pg', '~> 1.1'
gem 'puma', '~> 6.4.0'
gem 'puma', '~> 6.5.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 @@ -345,7 +345,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (5.0.3)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand Down Expand Up @@ -580,7 +580,7 @@ DEPENDENCIES
pdfkit
pg (~> 1.1)
pg_search
puma (~> 6.4.0)
puma (~> 6.5.0)
rails (~> 7.1.4.1)
redis (~> 5.0)
rexml (~> 3.3.9)
Expand Down

0 comments on commit 8bd0c1e

Please sign in to comment.