Skip to content

Commit

Permalink
Support Rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrjohn committed Oct 23, 2024
1 parent b642d61 commit 73bc3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
fail-fast: false
matrix:
include:
- rails_version: 8.0.0.rc1
ruby_version: '3.3'
sqlite_version: ~> 2.0
- rails_version: ~> 7.2.0
ruby_version: '3.3'
sqlite_version: ~> 2.0
Expand Down
2 changes: 1 addition & 1 deletion discard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 4.2", "< 8"
spec.add_dependency "activerecord", ">= 4.2", "< 8.1"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 10.0"
spec.add_development_dependency "rspec", "~> 3.5.0"
Expand Down

0 comments on commit 73bc3d1

Please sign in to comment.