Skip to content

Commit

Permalink
Merge pull request #471 from Shopify/relax_oj
Browse files Browse the repository at this point in the history
Relax oj dependency
  • Loading branch information
KnVerey committed Apr 29, 2019
2 parents c941927 + 9b3723f commit 73dd1b8
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("ejson", "~> 1.0")
spec.add_dependency("colorize", "~> 0.8")
spec.add_dependency("statsd-instrument", '~> 2.3', '>= 2.3.2')
spec.add_dependency("oj", "~> 3.7")
spec.add_dependency("oj", "~> 3.0")
spec.add_dependency("concurrent-ruby", "~> 1.1")
spec.add_dependency("jsonpath", "~> 0.9.6")

Expand Down

0 comments on commit 73dd1b8

Please sign in to comment.