Skip to content

Commit

Permalink
Bump rubocop from 0.70.0 to 1.72.2
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.70.0 to 1.72.2.
- [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.72.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 9b86019 commit 018f2cb
Show file tree
Hide file tree
Showing 2 changed files with 23 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.72.2', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
end
Expand Down
33 changes: 22 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.10.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 All @@ -183,6 +184,7 @@ GEM
letter_opener (~> 1.0)
railties (>= 3.2)
libv8-node (16.10.0.0)
lint_roller (1.1.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -206,9 +208,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.1)
ast (~> 2.4.1)
racc
pdf-reader (1.4.1)
Ascii85 (~> 1.0.0)
afm (~> 0.2.1)
Expand Down Expand Up @@ -272,7 +275,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 +299,27 @@ 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.72.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.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 +389,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 +450,7 @@ DEPENDENCIES
redcarpet
responders
rspec-rails
rubocop (~> 0.70.0)
rubocop (~> 1.72.2)
rubocop-rails
rubocop-rspec
ruby-graphviz
Expand Down

0 comments on commit 018f2cb

Please sign in to comment.