Skip to content

Commit

Permalink
Merge pull request #330 from Shopify/ec-relax-deps
Browse files Browse the repository at this point in the history
Relax the ejson depenencies constraints
  • Loading branch information
Edouard-chin authored Sep 7, 2018
2 parents d730d5f + 99558b0 commit 9f08a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-deploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport", ">= 5.0"
spec.add_dependency "kubeclient", "~> 3.0"
spec.add_dependency "googleauth", "= 0.6.2" # https://github.com/google/google-auth-library-ruby/issues/153
spec.add_dependency "ejson", "1.0.1"
spec.add_dependency "ejson", "~> 1.0"
spec.add_dependency "colorize", "~> 0.8"
spec.add_dependency "statsd-instrument", "~> 2.2"

Expand Down

0 comments on commit 9f08a63

Please sign in to comment.