Skip to content

Commit

Permalink
Merge pull request ManageIQ#22672 from kbrock/puma_upgrade
Browse files Browse the repository at this point in the history
Upgrade puma to 6.x
  • Loading branch information
bdunne authored Aug 21, 2023
2 parents f0badb7 + 29ba3b8 commit 41533f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb
end

group :web_server, :manageiq_default do
gem "puma", "~>4.2"
gem "puma", "~>6.3"
gem "ruby-dbus" # For external auth
gem "secure_headers", "~>3.9"
end
Expand Down

0 comments on commit 41533f9

Please sign in to comment.