Skip to content

Commit

Permalink
Merge pull request #134 from internetee/renovate/puma-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency puma to '~> 6.5.0'
  • Loading branch information
OlegPhenomenon authored Dec 31, 2024
2 parents f213b27 + d2e40b2 commit 6583b1b
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.5.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 @@ -349,7 +349,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 @@ -581,7 +581,7 @@ DEPENDENCIES
pdfkit
pg (~> 1.1)
pg_search
puma (~> 6.4.0)
puma (~> 6.5.0)
rails (~> 7.1.5.1)
redis (~> 5.0)
rexml (~> 3.3.9)
Expand Down

0 comments on commit 6583b1b

Please sign in to comment.