Skip to content

Commit

Permalink
Increased rails dependency to allow use with Rails 6.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
isteel authored and dtaniwaki committed Oct 22, 2019
1 parent 56797d0 commit 8f80439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_hashids.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ['>= 2.2.2', '< 2.7']

spec.add_runtime_dependency 'activerecord', '>= 4.0', '< 6.0'
spec.add_runtime_dependency 'activerecord', '>= 4.0', '< 6.1'
spec.add_runtime_dependency 'hashids', '~> 1.0'

spec.add_development_dependency 'codeclimate-test-reporter', '~> 0.5'
Expand Down

0 comments on commit 8f80439

Please sign in to comment.