Skip to content

Commit

Permalink
update puma
Browse files Browse the repository at this point in the history
  • Loading branch information
rmseifried committed Apr 14, 2023
1 parent e351c9e commit f3fb505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.4'
# Use MySQL as the database for Active Record
gem 'mysql2', '~> 0.5'
# Use Puma as the app server
gem 'puma', '~> 5.5'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ DEPENDENCIES
jquery-rails
listen (~> 3.3)
mysql2 (~> 0.5)
puma (~> 5.5)
puma (~> 5.6)
rack-mini-profiler (~> 2.0)
rails (~> 7.0.4)
rsolr (>= 1.0, < 3)
Expand Down

0 comments on commit f3fb505

Please sign in to comment.