Skip to content

Commit

Permalink
Merge pull request #23275 from jrafanie/upgrade-config-gem-for-backwa…
Browse files Browse the repository at this point in the history
…rd-compatible-rails71-support

Upgrade config to latest 5.x version for rails 7.1 compatibility
  • Loading branch information
Fryguy authored Dec 11, 2024
2 parents a2a7b2d + 9cf3547 commit 87b2b2c
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 @@ -31,7 +31,7 @@ gem "bootsnap", ">= 1.8.1", :require => false #
gem "bundler", "~> 2.2", ">= 2.2.15", *("!= 2.5.0".."!= 2.5.9"), "!= 2.5.19", :require => false
gem "byebug", :require => false
gem "color", "~>1.8"
gem "config", "~>2.2", ">=2.2.3", :require => false
gem "config", "~>5.1", :require => false
gem "connection_pool", :require => false # For Dalli
gem "dalli", "~>3.2.3", :require => false
gem "default_value_for", "~>4.0"
Expand Down

0 comments on commit 87b2b2c

Please sign in to comment.