Skip to content

Commit

Permalink
allow ActiveSupport 3, improves #1414
Browse files Browse the repository at this point in the history
  • Loading branch information
ujifgc committed Nov 18, 2013
1 parent 96c3b01 commit 503e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec
Expand Up @@ -39,6 +39,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", "~> 4.0")
s.add_dependency("activesupport", ">= 3.1")
s.add_dependency("rack-protection", ">= 1.5.0")
end

0 comments on commit 503e43a

Please sign in to comment.