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

(cherry picked from commit 5c3b3b2)
  • Loading branch information
Fryguy authored and simaishi committed Dec 9, 2020
1 parent fab7178 commit dd4ccea
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", ">=1.15", :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 dd4ccea

Please sign in to comment.