Skip to content

Commit

Permalink
Merge pull request #397 from rubysherpas/bump-ar-max-version
Browse files Browse the repository at this point in the history
bump active record max version
  • Loading branch information
jhawthorn committed Apr 27, 2017
2 parents 07c8e8b + 003aca0 commit 1b4b631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia.gemspec
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 1b4b631

Please sign in to comment.