Skip to content

Commit

Permalink
Update actionpack dependency to be >= 4.1:
Browse files Browse the repository at this point in the history
- `render plain:` was introduced in Rails 4.1 rails/rails#14062
  • Loading branch information
Edouard-chin committed Jul 19, 2017
1 parent 1ff024a commit 1997564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cacheable.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rails", ">= 4.2"

s.add_runtime_dependency "activesupport"
s.add_runtime_dependency "actionpack", ">= 3.2.17"
s.add_runtime_dependency "actionpack", ">= 4.1"
s.add_runtime_dependency "useragent"
s.add_runtime_dependency "msgpack"
end

0 comments on commit 1997564

Please sign in to comment.