Skip to content

Commit

Permalink
Use default_value_for 3.6 with rails 7 and 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jul 16, 2024
1 parent ff8a6db commit 68cada1
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 @@ -35,7 +35,7 @@ gem "color", "~>1.8"
gem "config", "~>2.2", ">=2.2.3", :require => false
gem "connection_pool", :require => false # For Dalli
gem "dalli", "~>3.2.3", :require => false
gem "default_value_for", :github => "FooBarWidget/default_value_for"
gem "default_value_for", "~>3.6"
gem "docker-api", "~>1.33.6", :require => false
gem "elif", "=0.1.0", :require => false
gem "fast_gettext", "~>2.0.1"
Expand Down

0 comments on commit 68cada1

Please sign in to comment.