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"
4
4
5
5
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
6
6
7
- gem "rubocop" , "~> 1.29.1 "
7
+ gem "rubocop" , "~> 1.30.0 "
8
8
gem "rubocop-github" , "~> 0.17.0"
9
9
gem "rubocop-performance" , "~>1.13.3"
10
10
gem "rubocop-rails" , "~> 2.14"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.0.2. 3 )
4
+ activesupport (7.0.3 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 1.6 , < 2 )
7
7
minitest (>= 5.1 )
8
8
tzinfo (~> 2.0 )
9
9
ast (2.4.2 )
10
- concurrent-ruby (1.1.9 )
10
+ concurrent-ruby (1.1.10 )
11
11
i18n (1.10.0 )
12
12
concurrent-ruby (~> 1.0 )
13
13
minitest (5.15.0 )
14
14
parallel (1.22.1 )
15
15
parser (3.1.2.0 )
16
16
ast (~> 2.4.1 )
17
- rack (2.2.3 )
17
+ rack (2.2.3.1 )
18
18
rainbow (3.1.1 )
19
19
regexp_parser (2.4.0 )
20
20
rexml (3.2.5 )
21
- rubocop (1.29.1 )
21
+ rubocop (1.30.0 )
22
22
parallel (~> 1.10 )
23
23
parser (>= 3.1.0.0 )
24
24
rainbow (>= 2.2.2 , < 4.0 )
25
25
regexp_parser (>= 1.8 , < 3.0 )
26
26
rexml (>= 3.2.5 , < 4.0 )
27
- rubocop-ast (>= 1.17 .0 , < 2.0 )
27
+ rubocop-ast (>= 1.18 .0 , < 2.0 )
28
28
ruby-progressbar (~> 1.7 )
29
29
unicode-display_width (>= 1.4.0 , < 3.0 )
30
30
rubocop-ast (1.18.0 )
@@ -51,11 +51,11 @@ PLATFORMS
51
51
ruby
52
52
53
53
DEPENDENCIES
54
- rubocop (~> 1.29.1 )
54
+ rubocop (~> 1.30.0 )
55
55
rubocop-github (~> 0.17.0 )
56
56
rubocop-performance (~> 1.13.3 )
57
57
rubocop-rails (~> 2.14 )
58
58
rubocop-rspec (~> 2.11.1 )
59
59
60
60
BUNDLED 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_
952
952
LINTER_COMMANDS_ARRAY[' PYTHON_MYPY' ]=" mypy --config-file ${PYTHON_MYPY_LINTER_RULES} --install-types --non-interactive"
953
953
LINTER_COMMANDS_ARRAY[' R' ]=" lintr"
954
954
LINTER_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 "
956
956
LINTER_COMMANDS_ARRAY[' RUST_2015' ]=" rustfmt --check --edition 2015"
957
957
LINTER_COMMANDS_ARRAY[' RUST_2018' ]=" rustfmt --check --edition 2018"
958
958
LINTER_COMMANDS_ARRAY[' RUST_2021' ]=" rustfmt --check --edition 2021"
You can’t perform that action at this time.
0 commit comments