Skip to content

Commit

Permalink
Support ActiveRecord 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhocki committed Dec 16, 2021
1 parent fd2dc90 commit d27cf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
rails: ['5.2', '6.0.0', '6.1.0']
rails: ['5.2', '6.0.0', '6.1.0', '7.0.0']
env:
SQLITE3_VERSION: 1.4.1
REDIS_URL: redis://localhost:6379/0
Expand Down
2 changes: 1 addition & 1 deletion flipper-active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'activerecord', '>= 4.2', '< 7'
gem.add_dependency 'activerecord', '>= 4.2', '< 8'
end

0 comments on commit d27cf70

Please sign in to comment.