Skip to content

Commit

Permalink
Merge pull request #20888 from Fryguy/unlock_config_gem
Browse files Browse the repository at this point in the history
Unlock config gem
  • Loading branch information
simaishi authored Dec 10, 2020
2 parents 2f400d4 + b7d3fa7 commit a94268f
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 @@ -33,7 +33,7 @@ gem "bcrypt", "~> 3.1.10", :require => false
gem "bundler", "~> 2.1.4", :require => false
gem "byebug", :require => false
gem "color", "~>1.8"
gem "config", "=2.2.1", :require => false
gem "config", "~>2.2", ">=2.2.3", :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 a94268f

Please sign in to comment.