Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 9b86019 commit 95d0d92
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ group :development do
gem 'state_machines-yard'
gem 'yard-activerecord'
# for static code analisys
gem 'rubocop', '~> 0.70.0', require: false
gem 'rubocop', '~> 1.71.1', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
end
Expand Down
31 changes: 20 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jaro_winkler (1.5.4)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.9.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand All @@ -174,6 +174,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.4)
launchy (2.5.0)
addressable (~> 2.7)
letter_opener (1.8.1)
Expand Down Expand Up @@ -206,9 +207,10 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.0.0)
parallel (1.26.3)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pdf-reader (1.4.1)
Ascii85 (~> 1.0.0)
afm (~> 0.2.1)
Expand Down Expand Up @@ -272,7 +274,7 @@ GEM
rchardet (1.8.0)
rdoc (6.3.3)
redcarpet (3.6.0)
regexp_parser (2.6.1)
regexp_parser (2.10.0)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
Expand All @@ -296,21 +298,26 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rubocop (0.70.0)
jaro_winkler (~> 1.5.1)
rubocop (1.71.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rails (2.0.1)
rack (>= 1.1)
rubocop (>= 0.70.0)
rubocop-rspec (1.41.0)
rubocop (>= 0.68.1)
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby-vips (2.2.2)
ffi (~> 1.12)
Expand Down Expand Up @@ -380,7 +387,9 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unaccent (0.4.0)
unicode-display_width (1.6.1)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.7.0)
Expand Down Expand Up @@ -439,7 +448,7 @@ DEPENDENCIES
redcarpet
responders
rspec-rails
rubocop (~> 0.70.0)
rubocop (~> 1.71.1)
rubocop-rails
rubocop-rspec
ruby-graphviz
Expand Down

0 comments on commit 95d0d92

Please sign in to comment.