Skip to content

Commit

Permalink
Merge pull request padrino#1331 from WaYdotNET/master
Browse files Browse the repository at this point in the history
fix Locking down active support to less than 4.0
  • Loading branch information
DAddYE committed Jul 4, 2013
2 parents 2fe5aad + e0b9e94 commit 62fc351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/padrino-core.gemspec 100644 → 100755
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", "< 4.0")
s.add_dependency("activesupport", ">= 3.1", "<= 4.0")
s.add_dependency("rack-protection", ">= 1.5.0")
end

0 comments on commit 62fc351

Please sign in to comment.