Skip to content

Commit

Permalink
Merge pull request #319 from IUBLibTech/dependabot/bundler/puma-6.4.2
Browse files Browse the repository at this point in the history
Bump puma from 4.3.12 to 6.4.2
  • Loading branch information
randalldfloyd authored Apr 17, 2024
2 parents 7f1e623 + b71fe72 commit e80dc38
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 @@ -6,7 +6,7 @@ gem 'rails', '~> 5.2.8'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 6.4'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ GEM
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.4)
netrc (0.11.0)
nio4r (2.5.8)
nio4r (2.7.1)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
nulldb (0.3.7.pre.alpha.1)
Expand All @@ -244,7 +244,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
puma (4.3.12)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down Expand Up @@ -497,7 +497,7 @@ DEPENDENCIES
nulldb
omniauth-cas
pry
puma (~> 4.3)
puma (~> 6.4)
rails (~> 5.2.8)
rails-controller-testing
rsolr (>= 1.0, < 3)
Expand Down

0 comments on commit e80dc38

Please sign in to comment.