Skip to content

Commit

Permalink
Merge pull request #19757 from jrafanie/upgrade_config_for_ruby27_sup…
Browse files Browse the repository at this point in the history
…port

Upgrade to config gem 2.2.1 for ruby 2.7 support
  • Loading branch information
Fryguy authored Jan 31, 2020
2 parents 25c3167 + 864d40f commit 3f51421
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 @@ -34,7 +34,7 @@ gem "bcrypt", "~> 3.1.10", :require => false
gem "bundler", ">=1.15", :require => false
gem "byebug", :require => false
gem "color", "~>1.8"
gem "config", "~>2.0", :require => false
gem "config", "~>2.2", ">=2.2.1", :require => false
gem "dalli", "=2.7.6", :require => false
gem "default_value_for", "~>3.3"
gem "docker-api", "~>1.33.6", :require => false
Expand Down

0 comments on commit 3f51421

Please sign in to comment.