Skip to content

Commit

Permalink
Set minimum version to support rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Feb 9, 2024
1 parent e4a02bb commit a28e428
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 @@ -43,7 +43,7 @@ gem "gettext_i18n_rails", "~>1.11"
gem "gettext_i18n_rails_js", "~>1.3.0"
gem "hamlit", "~>2.11.0"
gem "inifile", "~>3.0", :require => false
gem "inventory_refresh", "~>2.0", :require => false
gem "inventory_refresh", "~>2.1", :require => false
gem "kubeclient", "~>4.0", :require => false # For scaling pods at runtime
gem "linux_admin", "~>2.0", ">=2.0.1", :require => false
gem "listen", "~>3.2", :require => false
Expand Down

0 comments on commit a28e428

Please sign in to comment.