Skip to content

Commit b75145b

Browse files
authored
Remove upper dependency for actionpack
We are trying to test our application on rails 6.0.0.alpha but we can't install this because of the version lock Probably this will be helpful that we can try and report any issues with edge rails
1 parent b46012c commit b75145b

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)