Skip to content

Commit

Permalink
Merge pull request ManageIQ#23236 from Fryguy/update_rails
Browse files Browse the repository at this point in the history
Update rails to 7.0.8.5 for CVEs
  • Loading branch information
bdunne authored Oct 16, 2024
2 parents c4e8ef0 + 5a568fe commit 08eeee2
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 @@ -71,7 +71,7 @@ gem "psych", ">=3.1", :require => false #
gem "query_relation", "~>0.1.0", :require => false
gem "rack", ">=2.2.6.4", :require => false
gem "rack-attack", "~>6.5.0", :require => false
gem "rails", "~>7.0.8", ">=7.0.8.4"
gem "rails", "~>7.0.8", ">=7.0.8.5"
gem "rails-i18n", "~>7.x"
gem "rake", ">=12.3.3", :require => false
gem "rest-client", "~>2.1.0", :require => false
Expand Down

0 comments on commit 08eeee2

Please sign in to comment.