Depend on version 3.2 or greater of activesupport
This is because we depend on the pluralize API introduced in 3.2 Fixes #1407
Showing
... | ... | @@ -36,7 +36,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA |
s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
s.add_runtime_dependency 'json', '~> 1.8' | ||
s.add_runtime_dependency 'open4', '~> 1.3' | ||
s.add_runtime_dependency 'activesupport', '~> 3.0' | ||
s.add_runtime_dependency 'activesupport', '~> 3.2' | ||
s.add_development_dependency 'bacon', '~> 1.1' | ||
... | ... |
Please
register
or
sign in
to comment