Skip to content

Commit

Permalink
Merge #264
Browse files Browse the repository at this point in the history
264: Update meilisearch-ruby to 0.24.0 r=brunoocasali a=kobaltz

# Pull Request

## What does this PR do?
- Adds support for Meilisearch 1.2.0

## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [✅] Have you read the contributing guidelines?
- [✅] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: David Kimura <[email protected]>
  • Loading branch information
meili-bors[bot] and kobaltz committed Jul 6, 2023
2 parents b9b5efb + 4d32b99 commit 6c5abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.6.0'

s.add_dependency 'meilisearch', '~> 0.23.0'
s.add_dependency 'meilisearch', '~> 0.24.0'
end

0 comments on commit 6c5abb3

Please sign in to comment.