Skip to content

Commit

Permalink
Relax oj dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KnVerey committed Apr 24, 2019
1 parent b0cc89a commit 9b3723f
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 9b3723f

Please sign in to comment.