Skip to content

Commit

Permalink
Merge pull request #628 from pulibrary/dependabot/bundler/puma-5.6.7
Browse files Browse the repository at this point in the history
Bump puma from 4.3.12 to 5.6.7
  • Loading branch information
christinach authored Aug 23, 2023
2 parents c1b9ac6 + 3c1fb92 commit 19f648c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'omniauth-cas'
gem 'open3'
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
gem 'rubyzip'
# Use SCSS for stylesheets
gem 'sass-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -530,7 +530,7 @@ DEPENDENCIES
open3
pg
pry-byebug
puma (~> 4.3)
puma (~> 5.6)
rails (~> 7.0)
rspec
rspec-rails
Expand Down

0 comments on commit 19f648c

Please sign in to comment.