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 Dec 1, 2023
1 parent 93821f7 commit e758907
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 @@ -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
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ GEM
net-smtp (0.4.0)
net-protocol
net-ssh (7.2.0)
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
Expand Down 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 e758907

Please sign in to comment.