Skip to content

Commit cebddba

Browse files
authored
Merge pull request #48 from iggant/patch-1
Remove upper dependency for actionpack
2 parents b46012c + b75145b commit cebddba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack-page_caching.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.require_paths = ["lib"]
1616
gem.license = 'MIT'
1717

18-
gem.add_dependency "actionpack", ">= 4.0.0", "< 6"
18+
gem.add_dependency "actionpack", ">= 4.0.0"
1919

2020
gem.add_development_dependency "mocha"
2121
end

0 commit comments

Comments
 (0)