Skip to content

Commit

Permalink
Bump config to ~>1.6.0
Browse files Browse the repository at this point in the history
This pulls in rubyconfig/config#167
which allows us to reference keys called "count" properly
  • Loading branch information
carbonin committed Jan 8, 2018
1 parent f720ae1 commit 471a887
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 @@ -28,7 +28,7 @@ gem "ancestry", "~>2.2.1", :require => false
gem "bcrypt", "~> 3.1.10", :require => false
gem "bundler", ">=1.11.1", :require => false
gem "color", "~>1.8"
gem "config", "~>1.3.0", :require => false
gem "config", "~>1.6.0", :require => false
gem "dalli", "~>2.7.4", :require => false
gem "default_value_for", "~>3.0.3"
gem "docker-api", "~>1.33.6", :require => false
Expand Down

0 comments on commit 471a887

Please # to comment.