Skip to content

Commit

Permalink
Upgrade to config gem 2.2.1 for ruby 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jan 23, 2020
1 parent 01e3c16 commit 864d40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
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 864d40f

Please sign in to comment.