Skip to content

Commit

Permalink
Merge pull request #20882 from NickLaMuro/lock-config
Browse files Browse the repository at this point in the history
[Gemfile] Lock the config gem
  • Loading branch information
Fryguy authored Dec 9, 2020
2 parents 513c671 + 288fd13 commit 5c3b3b2
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", ">=2.2.1", :require => false
gem "config", "=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 5c3b3b2

Please sign in to comment.