File tree Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
ruby-version : ${{ matrix.ruby }}
19
19
bundler-cache : true
20
+ bundler : latest
20
21
- name : Ruby Tests
21
22
run : bundle exec rake test
22
23
- name : RuboCop
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ inherit_gem:
2
2
rubocop-shopify : rubocop.yml
3
3
4
4
AllCops :
5
- TargetRubyVersion : 2.7
6
5
Exclude :
7
6
- ' vendor/**/*'
Original file line number Diff line number Diff line change
1
+ 3.3.0
Original file line number Diff line number Diff line change 7
7
remote: https://rubygems.org/
8
8
specs:
9
9
ast (2.4.2 )
10
- json (2.6.3 )
10
+ json (2.7.1 )
11
+ language_server-protocol (3.17.0.3 )
11
12
minitest (5.17.0 )
12
- parallel (1.22.1 )
13
- parser (3.2 .0.0 )
13
+ parallel (1.24.0 )
14
+ parser (3.3 .0.5 )
14
15
ast (~> 2.4.1 )
16
+ racc
17
+ racc (1.7.3 )
15
18
rainbow (3.1.1 )
16
19
rake (13.0.6 )
17
- regexp_parser (2.6.1 )
18
- rexml (3.2.5 )
19
- rubocop (1.43.0 )
20
+ regexp_parser (2.9.0 )
21
+ rexml (3.2.6 )
22
+ rubocop (1.62.1 )
20
23
json (~> 2.3 )
24
+ language_server-protocol (>= 3.17.0 )
21
25
parallel (~> 1.10 )
22
- parser (>= 3.2 .0.0 )
26
+ parser (>= 3.3 .0.2 )
23
27
rainbow (>= 2.2.2 , < 4.0 )
24
28
regexp_parser (>= 1.8 , < 3.0 )
25
29
rexml (>= 3.2.5 , < 4.0 )
26
- rubocop-ast (>= 1.24 .1 , < 2.0 )
30
+ rubocop-ast (>= 1.31 .1 , < 2.0 )
27
31
ruby-progressbar (~> 1.7 )
28
32
unicode-display_width (>= 2.4.0 , < 3.0 )
29
- rubocop-ast (1.24.1 )
30
- parser (>= 3.1.1.0 )
33
+ rubocop-ast (1.31.2 )
34
+ parser (>= 3.3.0.4 )
31
35
rubocop-shopify (2.11.1 )
32
36
rubocop (~> 1.42 )
33
- ruby-progressbar (1.11 .0 )
34
- unicode-display_width (2.4.2 )
37
+ ruby-progressbar (1.13 .0 )
38
+ unicode-display_width (2.5.0 )
35
39
36
40
PLATFORMS
37
41
ruby
@@ -44,4 +48,4 @@ DEPENDENCIES
44
48
rubocop-shopify
45
49
46
50
BUNDLED WITH
47
- 2.4.22
51
+ 2.5.7
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ Gem::Specification.new do |spec|
29
29
spec . extra_rdoc_files = [ "LICENSE.txt" , "README.md" ]
30
30
spec . require_paths = [ "lib" ]
31
31
32
+ spec . required_ruby_version = ">= 2.7.0"
33
+
32
34
spec . add_development_dependency ( "minitest" , "~> 5.0" )
33
35
spec . add_development_dependency ( "rake" , "~> 10.0" )
34
36
end
You can’t perform that action at this time.
0 commit comments