Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Bump the rubocop group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.

Updates `rubocop` to 1.63.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.62.1...v1.63.0)

Updates `rubocop-rspec` to 2.29.1
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.28.0...v2.29.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  dependency-group: rubocop
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and floriandejonckheere committed Apr 8, 2024
1 parent b89c2e0 commit d399a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group :development, :test do
gem "rspec", "3.13.0", require: false

# Linter
gem "rubocop", "1.62.1", require: false
gem "rubocop", "1.63.0", require: false
gem "rubocop-performance", "1.21.0", require: false
gem "rubocop-rspec", "2.28.0", require: false
gem "rubocop-rspec", "2.29.1", require: false
end

0 comments on commit d399a88

Please sign in to comment.