[gemspec] Depend on pure Ruby version of json gem.
Showing
... | ... | @@ -34,7 +34,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
s.add_runtime_dependency 'colored', '~> 1.2' | ||
s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
s.add_runtime_dependency 'json', '~> 1.8' | ||
s.add_runtime_dependency 'json_pure', '~> 1.8' | ||
s.add_runtime_dependency 'open4', '~> 1.3' | ||
s.add_runtime_dependency 'activesupport', '>= 3.2.15', '< 4' | ||
... | ... |
Please
register
or
sign in
to comment