Skip to content

Commit

Permalink
Bump ActiveSupport dependency to *not* be 3.2.6, which has an inflect…
Browse files Browse the repository at this point in the history
…or bug. Fixes #816.
  • Loading branch information
alloy committed Mar 26, 2013
1 parent 199d829 commit ebcd819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'json', '~> 1.7.3'
s.add_runtime_dependency 'open4', '~> 1.3.0'
s.add_runtime_dependency 'rake', '~> 10.0.0'
s.add_runtime_dependency 'activesupport', '~> 3.2.6'
s.add_runtime_dependency 'activesupport', '~> 3.2.13'

s.add_development_dependency 'bacon', '~> 1.1'

Expand Down

0 comments on commit ebcd819

Please sign in to comment.