Skip to content

Commit

Permalink
build(deps-dev): bump rubocop in the rubocop group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the rubocop group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop).


Updates `rubocop` from 1.71.0 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.0...v1.71.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2025
1 parent eca8057 commit d5b8a4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ group :development, :test do
gem 'dotenv-rails', '~> 3.1.4'
gem 'i18n-tasks', '~> 1.0.14'
gem 'rspec-rails', '~> 7.1.0'
gem 'rubocop', '~> 1.71.0'
gem 'rubocop', '~> 1.71.2'
gem 'rubocop-performance', '~> 1.23.1'
gem 'rubocop-rails', '~> 2.29.1'
gem 'rubocop-rspec', '~> 3.4.0'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ GEM
json (2.9.1)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -320,17 +320,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.71.0)
rubocop (1.71.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -412,7 +412,7 @@ DEPENDENCIES
rollbar (~> 3.6.0)
roo (~> 2.10.1)
rspec-rails (~> 7.1.0)
rubocop (~> 1.71.0)
rubocop (~> 1.71.2)
rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29.1)
rubocop-rspec (~> 3.4.0)
Expand Down

0 comments on commit d5b8a4f

Please sign in to comment.