Skip to content

Commit

Permalink
bump active record max version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorganIO committed Apr 14, 2017
1 parent 07c8e8b commit 003aca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.0'

s.add_dependency 'activerecord', '>= 4.0', '< 5.1'
s.add_dependency 'activerecord', '>= 4.0', '< 5.2'

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 003aca0

Please sign in to comment.