[go: nahoru, domu]

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 16, 2024
1 parent 528f506 commit bc12a30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@ jobs:
- ruby: 3.3
gemfile: Gemfile
elasticsearch: 8.13.4
- ruby: 3.2
- ruby: 3.3
gemfile: gemfiles/opensearch3.gemfile
opensearch: 2.14.0
- ruby: 3.1
- ruby: 3.2
gemfile: gemfiles/opensearch2.gemfile
opensearch: 2.0.0
- ruby: "3.0"
- ruby: 3.1
gemfile: gemfiles/opensearch1.gemfile
opensearch: 1.3.16
- ruby: 3.1
- ruby: 3.2
gemfile: gemfiles/activerecord70.gemfile
elasticsearch: 8
- ruby: "3.0"
- ruby: 3.1
gemfile: gemfiles/activerecord61.gemfile
elasticsearch: 7.17.21
- ruby: 3.3
gemfile: gemfiles/mongoid9.gemfile
elasticsearch: 8
mongodb: true
- ruby: 3.1
- ruby: 3.2
gemfile: gemfiles/mongoid8.gemfile
elasticsearch: 8.0.0
mongodb: true
- ruby: "3.0"
- ruby: 3.1
gemfile: gemfiles/mongoid7.gemfile
elasticsearch: 7.0.0
mongodb: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 5.4.0 (unreleased)

- Added warning for full reindex and `:queue` mode
- Dropped support for Ruby < 3.1

## 5.3.1 (2023-11-28)

Expand Down
2 changes: 1 addition & 1 deletion searchkick.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 "activemodel", ">= 6.1"
spec.add_dependency "hashie"
Expand Down

0 comments on commit bc12a30

Please sign in to comment.