Skip to content

Commit

Permalink
Drop support for Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonvirissimo committed Dec 25, 2024
1 parent 98385b5 commit 1c3772d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- macos
- ubuntu
ruby:
- 3.1
- 3.2
- 3.3
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion active_recall.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "standard"
spec.add_runtime_dependency "activerecord", ">= 7.0", "< 9.0"
spec.add_runtime_dependency "activesupport", ">= 7.0", "< 9.0"
spec.required_ruby_version = ">= 3.1"
spec.required_ruby_version = ">= 3.2"
end

0 comments on commit 1c3772d

Please sign in to comment.