Skip to content

Commit

Permalink
Bump rubocop from 1.71.1 to 1.71.2 (#77)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.1 to 1.71.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.71.1...v1.71.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 0cb33a9 commit 79119ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ group :development, :test do
gem 'factory_bot_rails', '~> 6.4'
gem 'pry', '~> 0.15.2'
gem 'rspec_api_documentation', github: 'SchoolKeep/rspec_api_documentation', ref: '13df1ac'
gem 'rubocop', '~> 1.70', require: false
gem 'rubocop', '~> 1.71', require: false
gem 'rubocop-factory_bot', '~> 2.26', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rails', '~> 2.29', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ GEM
rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8)
rspec-support (3.13.2)
rubocop (1.71.1)
rubocop (1.71.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -433,7 +433,7 @@ DEPENDENCIES
rspec-rails (~> 7.1)
rspec-sidekiq (~> 5.0)
rspec_api_documentation!
rubocop (~> 1.70)
rubocop (~> 1.71)
rubocop-factory_bot (~> 2.26)
rubocop-performance (~> 1.23)
rubocop-rails (~> 2.29)
Expand Down

0 comments on commit 79119ff

Please sign in to comment.