forked from elastic/elasticsearch-rails
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the opensearch-rails gem (RM-2427)
- Ruby 3.2 support - Remove CI / CD support for unsupported Ruby & Rails versions - Ensure compatibility with opensearch-ruby 3
- Loading branch information
1 parent
e128c9e
commit b0493f2
Showing
27 changed files
with
75 additions
and
226 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
|
||
module OpenSearch | ||
module Model | ||
VERSION = "1.0.0" | ||
VERSION = "1.1.0" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ require 'opensearch/model/version' | |
Gem::Specification.new do |s| | ||
s.name = 'opensearch-model' | ||
s.version = OpenSearch::Model::VERSION | ||
s.authors = ['Compliance Innovations B.V.'] | ||
s.authors = ['CDD Solutions B.V.'] | ||
s.email = ['[email protected]'] | ||
s.description = 'ActiveModel/Record integrations for OpenSearch.' | ||
s.summary = 'ActiveModel/Record integrations for OpenSearch.' | ||
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s| | |
s.required_ruby_version = '>= 2.4' | ||
|
||
s.add_dependency 'activesupport', '> 3' | ||
s.add_dependency "opensearch-ruby", '~> 2.0' | ||
s.add_dependency "opensearch-ruby", '>= 2' | ||
s.add_dependency 'hashie' | ||
|
||
s.add_development_dependency 'activemodel', '> 3' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.