diff --git a/Gemfile.lock b/Gemfile.lock index e2fa430..1685947 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH solano (1.31.11) addressable (~> 2.3) highline (~> 1.7.3) - json (~> 1.8.3) + json (>= 1.8.3, < 2.4.0) launchy (~> 2.4) nayutaya-msgpack-pure (~> 0.0, >= 0.0.2) public_suffix (~> 1.4.6) @@ -42,7 +42,7 @@ GEM diff-lcs (1.3) docile (1.3.1) eventmachine (1.2.7) - fakefs (0.20.1) + fakefs (0.13.3) gherkin (2.12.2) multi_json (~> 1.3) highline (1.7.10) @@ -50,7 +50,7 @@ GEM multi_json (~> 1.0) multi_xml (>= 0.5.2) httpclient (2.4.0) - json (1.8.6) + json (2.3.1) launchy (2.4.3) addressable (~> 2.3) mimic (0.4.4) @@ -102,7 +102,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (0.20.3) + thor (1.0.1) tilt (2.0.9) PLATFORMS @@ -113,7 +113,7 @@ DEPENDENCIES aruba (= 0.4.6) cucumber (~> 1.3) daemons (~> 1.1) - fakefs (~> 0.6) + fakefs (~> 0.13.3) httparty (~> 0.10.0) httpclient (= 2.4.0) mimic (~> 0.4) diff --git a/solano.gemspec b/solano.gemspec index cbeb460..25839b5 100644 --- a/solano.gemspec +++ b/solano.gemspec @@ -32,7 +32,7 @@ EOF s.add_runtime_dependency("thor") s.add_runtime_dependency("highline", "~> 1.7.3") - s.add_runtime_dependency("json", "~> 1.8.3") + s.add_runtime_dependency("json", ">= 1.8.3", "< 2.4.0") s.add_runtime_dependency("launchy", "~> 2.4") s.add_runtime_dependency("addressable", "~> 2.3") s.add_runtime_dependency("tddium_client", "~> 0.6", ">= 0.6.5")