Skip to content

Commit

Permalink
Update dependency puma to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 87041aa commit 52a340f
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 @@ -23,7 +23,7 @@ gem 'omniauth-rails_csrf_protection'
gem 'omniauth-tara', github: 'internetee/omniauth-tara'
gem 'pdfkit'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 5.6.7'
gem 'puma', '~> 6.4.0'
gem 'rails', '>= 6.0.3.5'
gem 'rails-i18n'
# gem 'rails_semantic_logger'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
noticed (1.6.3)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (5.6.7)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pg_search
pry
puma (~> 5.6.7)
puma (~> 6.4.0)
rails (>= 6.0.3.5)
rails-i18n
recaptcha
Expand Down

0 comments on commit 52a340f

Please sign in to comment.