Skip to content

Commit

Permalink
Add support for rails 6.1 & 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Maina committed Mar 3, 2022
1 parent 9fd4191 commit 55a2ece
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,8 @@ env:
- ACTIVE_RECORD_VERSION=4.2.0 SQLITE3_VERSION=1.3.13
- ACTIVE_RECORD_VERSION=5.0.0 SQLITE3_VERSION=1.3.13
- ACTIVE_RECORD_VERSION=6.0.0
- ACTIVE_RECORD_VERSION=6.1.0
- ACTIVE_RECORD_VERSION=7.0.0
matrix:
allow_failures:
- rvm: 2.4
Expand All @@ -35,6 +37,14 @@ matrix:
env: ACTIVE_RECORD_VERSION=4.2.0 SQLITE3_VERSION=1.3.13
- rvm: 2.4
env: ACTIVE_RECORD_VERSION=6.0.0
- rvm: 2.4
env: ACTIVE_RECORD_VERSION=6.1.0
- rvm: 2.4
env: ACTIVE_RECORD_VERSION=7.0.0
- rvm: 2.5
env: ACTIVE_RECORD_VERSION=7.0.0
- rvm: 2.6
env: ACTIVE_RECORD_VERSION=7.0.0
before_install:
- gem update --system
- gem --version
Expand Down
2 changes: 1 addition & 1 deletion acts_as_hashids.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

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

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

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

0 comments on commit 55a2ece

Please sign in to comment.