Skip to content

Commit

Permalink
Add a 2.4-compatible version to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 12, 2024
1 parent 9f26446 commit 0f77f60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/multiverse/suites/opensearch/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ instrumentation_methods :chain, :prepend
OPENSEARCH_VERSIONS = [
[nil, 2.5],
['3.4.0', 2.5],
['2.1.0', 2.5]
['2.1.0', 2.4]
]

def gem_list(opensearch_version = nil)
<<~RB
gem 'opensearch-ruby'#{opensearch_version}

RB
end

Expand Down

0 comments on commit 0f77f60

Please sign in to comment.