Skip to content

Commit

Permalink
Bump rubocop from 1.71.1 to 1.71.2
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]>
  • Loading branch information
dependabot[bot] authored and lyang committed Feb 6, 2025
1 parent da21276 commit de8a4cf
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 @@ -9,7 +9,7 @@ gem 'sinatra-contrib', '~> 4.1'

group :development do
gem 'overcommit', '~> 0.66.0'
gem 'rubocop', '~> 1.71.1'
gem 'rubocop', '~> 1.71.2'
gem 'rubocop-rspec', '~> 3.4'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.71.1)
rubocop (1.71.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -130,7 +130,7 @@ DEPENDENCIES
rack-test (~> 2.2)
rspec (~> 3.13)
rspec_junit_formatter
rubocop (~> 1.71.1)
rubocop (~> 1.71.2)
rubocop-rspec (~> 3.4)
ruby-saml (~> 1.17)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit de8a4cf

Please sign in to comment.