Skip to content

Commit

Permalink
Merge pull request #1325 from Ortuna/lock-active-support
Browse files Browse the repository at this point in the history
Locking down active support to less than 4.0
  • Loading branch information
Ortuna committed Jun 28, 2013
2 parents 6c37dd8 + 658ad8d commit d7ebd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
Expand Up @@ -38,6 +38,6 @@ Gem::Specification.new do |s|
end
s.add_dependency("http_router", "~> 0.11.0")
s.add_dependency("thor", "~> 0.17.0")
s.add_dependency("activesupport", ">= 3.1.0")
s.add_dependency("activesupport", ">= 3.1", "< 4.0")
s.add_dependency("rack-protection", ">= 1.5.0")
end

0 comments on commit d7ebd4d

Please sign in to comment.