Skip to content

Commit

Permalink
upgrade puma to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Nov 13, 2023
1 parent 249c698 commit ef7409f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "sqlite3"
gem "sass-rails", "~> 6.0"
gem "uglifier"
gem "jquery-rails"
gem "puma", "~> 5.0"
gem "puma", "~> 6.0"
gem "bundler", "2.4.17"

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
Expand Down
10 changes: 5 additions & 5 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
psych (5.1.0)
stringio
public_suffix (5.0.3)
puma (5.6.6)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -298,7 +298,7 @@ GEM
sass (~> 3.5, >= 3.5.5)
sdoc (2.6.1)
rdoc (>= 5.0)
selenium-webdriver (4.11.0)
selenium-webdriver (4.9.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -370,15 +370,15 @@ DEPENDENCIES
pry-doc
pry-rails
pry-rescue
puma (~> 5.0)
puma (~> 6.0)
rails (~> 7.0, >= 7.0.1)
react_on_rails!
rspec-rails
rspec-retry
rspec_junit_formatter
rubocop (~> 1.56)
rubocop-performance
rubocop-rspec
rubocop-performance (~> 1.18.0)
rubocop-rspec (~> 2.23.2)
sass-rails (~> 6.0)
scss_lint
sdoc
Expand Down

0 comments on commit ef7409f

Please sign in to comment.