Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1 and Rails < 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 22, 2024
1 parent 7770621 commit c3e1db1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 29 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
gemfile: gemfiles/activerecord71.gemfile
- ruby: 3.1
gemfile: gemfiles/activerecord70.gemfile
- ruby: "3.0"
gemfile: gemfiles/activerecord61.gemfile
- ruby: 2.7
gemfile: gemfiles/activerecord60.gemfile
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0 (unreleased)

- Dropped support for Ruby < 3.1 and Rails < 7

## 0.4.2 (2024-06-24)

- Removed dependency on `csv` gem for `load_movielens`
Expand Down
2 changes: 1 addition & 1 deletion disco.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{app,lib}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "libmf", ">= 0.2"
spec.add_dependency "numo-narray"
Expand Down
12 changes: 0 additions & 12 deletions gemfiles/activerecord60.gemfile

This file was deleted.

12 changes: 0 additions & 12 deletions gemfiles/activerecord61.gemfile

This file was deleted.

0 comments on commit c3e1db1

Please sign in to comment.