File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source "https://rubygems.org"
44
55git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
66
7- gem "rubocop" , "~> 1.29.1 "
7+ gem "rubocop" , "~> 1.30.0 "
88gem "rubocop-github" , "~> 0.17.0"
99gem "rubocop-performance" , "~>1.13.3"
1010gem "rubocop-rails" , "~> 2.14"
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- activesupport (7.0.2. 3 )
4+ activesupport (7.0.3 )
55 concurrent-ruby (~> 1.0 , >= 1.0.2 )
66 i18n (>= 1.6 , < 2 )
77 minitest (>= 5.1 )
88 tzinfo (~> 2.0 )
99 ast (2.4.2 )
10- concurrent-ruby (1.1.9 )
10+ concurrent-ruby (1.1.10 )
1111 i18n (1.10.0 )
1212 concurrent-ruby (~> 1.0 )
1313 minitest (5.15.0 )
1414 parallel (1.22.1 )
1515 parser (3.1.2.0 )
1616 ast (~> 2.4.1 )
17- rack (2.2.3 )
17+ rack (2.2.3.1 )
1818 rainbow (3.1.1 )
1919 regexp_parser (2.4.0 )
2020 rexml (3.2.5 )
21- rubocop (1.29.1 )
21+ rubocop (1.30.0 )
2222 parallel (~> 1.10 )
2323 parser (>= 3.1.0.0 )
2424 rainbow (>= 2.2.2 , < 4.0 )
2525 regexp_parser (>= 1.8 , < 3.0 )
2626 rexml (>= 3.2.5 , < 4.0 )
27- rubocop-ast (>= 1.17 .0 , < 2.0 )
27+ rubocop-ast (>= 1.18 .0 , < 2.0 )
2828 ruby-progressbar (~> 1.7 )
2929 unicode-display_width (>= 1.4.0 , < 3.0 )
3030 rubocop-ast (1.18.0 )
@@ -51,11 +51,11 @@ PLATFORMS
5151 ruby
5252
5353DEPENDENCIES
54- rubocop (~> 1.29.1 )
54+ rubocop (~> 1.30.0 )
5555 rubocop-github (~> 0.17.0 )
5656 rubocop-performance (~> 1.13.3 )
5757 rubocop-rails (~> 2.14 )
5858 rubocop-rspec (~> 2.11.1 )
5959
6060BUNDLED WITH
61- 2.3.7
61+ 2.3.5
Original file line number Diff line number Diff line change @@ -952,7 +952,7 @@ LINTER_COMMANDS_ARRAY['PYTHON_ISORT']="isort --check --diff --sp ${PYTHON_ISORT_
952952LINTER_COMMANDS_ARRAY[' PYTHON_MYPY' ]=" mypy --config-file ${PYTHON_MYPY_LINTER_RULES} --install-types --non-interactive"
953953LINTER_COMMANDS_ARRAY[' R' ]=" lintr"
954954LINTER_COMMANDS_ARRAY[' RAKU' ]=" raku"
955- LINTER_COMMANDS_ARRAY[' RUBY' ]=" rubocop -c ${RUBY_LINTER_RULES} --force-exclusion"
955+ LINTER_COMMANDS_ARRAY[' RUBY' ]=" rubocop -c ${RUBY_LINTER_RULES} --force-exclusion --ignore-unrecognized-cops "
956956LINTER_COMMANDS_ARRAY[' RUST_2015' ]=" rustfmt --check --edition 2015"
957957LINTER_COMMANDS_ARRAY[' RUST_2018' ]=" rustfmt --check --edition 2018"
958958LINTER_COMMANDS_ARRAY[' RUST_2021' ]=" rustfmt --check --edition 2021"
You can’t perform that action at this time.
0 commit comments