Skip to content

Commit

Permalink
Merge pull request #22910 from jrafanie/force_rails_6_1_7_7_minimum
Browse files Browse the repository at this point in the history
Force rails 6.1.7.7 minimum version

(cherry picked from commit 36c01d6)
  • Loading branch information
Fryguy committed Feb 26, 2024
1 parent d1b8cbb commit 4f84386
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 @@ -67,7 +67,7 @@ gem "pg-dsn_parser", "~>0.1.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", "~>6.1.7", ">=6.1.7.6"
gem "rails", "~>6.1.7", ">=6.1.7.7"
gem "rails-i18n", "~>6.x"
gem "rake", ">=12.3.3", :require => false
gem "rest-client", "~>2.1.0", :require => false
Expand Down

0 comments on commit 4f84386

Please sign in to comment.