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 Jul 25, 2024
1 parent d40c85f commit 98aa935
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 @@ -11,7 +11,7 @@ gem 'rails', '~> 6.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 5.4'
gem 'puma', '~> 6.0'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ GEM
minitest (5.15.0)
msgpack (1.5.1)
multipart-post (2.1.1)
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -154,7 +154,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (5.4.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -289,7 +289,7 @@ DEPENDENCIES
listen
pg (>= 0.18, < 2.0)
pry (= 0.14.1)
puma (~> 5.4)
puma (~> 6.0)
rails (~> 6.1)
rspec-rails (~> 5.1.0)
sass-rails (>= 6)
Expand Down

0 comments on commit 98aa935

Please sign in to comment.