Skip to content

Commit

Permalink
bump active record version
Browse files Browse the repository at this point in the history
  • Loading branch information
vidok committed Aug 23, 2016
1 parent 876fff5 commit 8e53571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otr-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.1.0'

gem.add_runtime_dependency 'activerecord', ['>= 4.0', '<= 5.0']
gem.add_runtime_dependency 'activerecord', ['>= 4.0', '<= 5.1']
gem.add_runtime_dependency 'hashie-forbidden_attributes', '~> 0.1'
end

0 comments on commit 8e53571

Please sign in to comment.