File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1010
1111 matrix :
1212 ruby-version :
13+ - ' 2.6'
1314 - ' 2.7'
1415 - ' 3.0'
1516 - ' 3.1'
Original file line number Diff line number Diff line change 66AllCops :
77 DisplayCopNames : true
88 NewCops : enable
9- TargetRubyVersion : 2.7
9+ TargetRubyVersion : 2.6
1010
1111Bundler/DuplicatedGem :
1212 Enabled : false
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ group :test do
1616end
1717
1818group :development do
19- gem "rubocop"
19+ gem "rubocop" , "~> 1.50.2"
2020 gem "rubocop-minitest"
2121 gem "rubocop-performance"
2222 gem "rubocop-rake"
Original file line number Diff line number Diff line change 2121 execjs (2.9.1 )
2222 json (2.7.1 )
2323 json (2.7.1-java )
24- language_server-protocol (3.17.0.3 )
2524 minitest (5.20.0 )
2625 parallel (1.24.0 )
2726 parser (3.2.2.4 )
3534 regexp_parser (2.8.3 )
3635 rexml (3.3.6 )
3736 strscan
38- rubocop (1.59.0 )
37+ rubocop (1.50.2 )
3938 json (~> 2.3 )
40- language_server-protocol (>= 3.17.0 )
4139 parallel (~> 1.10 )
42- parser (>= 3.2.2.4 )
40+ parser (>= 3.2.0.0 )
4341 rainbow (>= 2.2.2 , < 4.0 )
4442 regexp_parser (>= 1.8 , < 3.0 )
4543 rexml (>= 3.2.5 , < 4.0 )
46- rubocop-ast (>= 1.30 .0 , < 2.0 )
44+ rubocop-ast (>= 1.28 .0 , < 2.0 )
4745 ruby-progressbar (~> 1.7 )
4846 unicode-display_width (>= 2.4.0 , < 3.0 )
4947 rubocop-ast (1.30.0 )
@@ -77,7 +75,7 @@ DEPENDENCIES
7775 bundler (~> 2.4.0 )
7876 minitest
7977 rake (>= 11 )
80- rubocop
78+ rubocop ( ~> 1.50.2 )
8179 rubocop-minitest
8280 rubocop-performance
8381 rubocop-rake
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414 gem . summary = gem . description
1515 gem . license = "MIT"
1616
17- gem . required_ruby_version = ">= 2.7 "
17+ gem . required_ruby_version = ">= 2.6 "
1818
1919 gem . files = Dir . chdir ( __dir__ ) do
2020 `git ls-files -z` . split ( "\x0 " ) . reject do |f |
You can’t perform that action at this time.
0 commit comments