Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 17, 2024
1 parent 236c451 commit 4325763
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
include:
- ruby: 3.3
gemfile: gemfiles/activerecord72.gemfile
- ruby: 3.2
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.1
- ruby: 3.2
gemfile: gemfiles/activerecord70.gemfile
- ruby: "3.0"
- ruby: 3.1
gemfile: gemfiles/activerecord61.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.9.0 (unreleased)

- Fixed charset check for MariaDB 11.4
- Dropped support for Ruby < 3 and Active Record < 6.1
- Dropped support for Ruby < 3.1 and Active Record < 6.1

## 1.8.0 (2024-03-11)

Expand Down
2 changes: 1 addition & 1 deletion strong_migrations.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}", "{lib}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "activerecord", ">= 6.1"
end

0 comments on commit 4325763

Please sign in to comment.