Skip to content

Commit

Permalink
Merge branch 'main' into bump-meilisearch-v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Dec 3, 2024
2 parents e846b46 + 61aa49a commit 0dc026a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run test suite
run: bundle exec rspec
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: matrix.ruby-version == '3.3'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.68.0', require: false
gem 'rubocop', '~> 1.69.0', require: false
end

0 comments on commit 0dc026a

Please sign in to comment.