Skip to content

Commit

Permalink
(joe) update json to 2.0.2 to build on ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bylund committed Aug 2, 2016
1 parent 27c5393 commit a1ad73f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pgxn_utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency "json", "~> 1.6.6"
s.add_runtime_dependency "json", "~> 2.0.2"
s.add_runtime_dependency "thor", "~> 0.14"
s.add_runtime_dependency "rubyzip", "~> 0.9.7"
s.add_runtime_dependency "multipart-post", "~> 1.1.5"
Expand All @@ -51,15 +51,15 @@ Gem::Specification.new do |s|
s.add_development_dependency "mocha"
s.add_development_dependency "simplecov", "~> 0.4.0"
else
s.add_dependency "json", "~> 1.6.6"
s.add_dependency "json", "~> 2.0.2"
s.add_dependency "thor", "~> 0.14"
s.add_dependency "rubyzip", "~> 0.9.7"
s.add_dependency "multipart-post", "~> 1.1.5"
s.add_dependency "highline", "~> 1.6.11"
s.add_dependency "grit", "~> 2.4.1"
end
else
s.add_dependency "json", "~> 1.6.6"
s.add_dependency "json", "~> 2.0.2"
s.add_dependency "thor", "~> 0.14"
s.add_dependency "rubyzip", "~> 0.9.7"
s.add_dependency "multipart-post", "~> 1.1.5"
Expand Down

0 comments on commit a1ad73f

Please sign in to comment.