File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 57
57
erb (4.0.4 )
58
58
cgi (>= 0.3.3 )
59
59
ffi (1.15.5 )
60
- json (2.6.3 )
60
+ json (2.7.2 )
61
61
json_pure (2.7.2 )
62
62
language_server-protocol (3.17.0.3 )
63
63
mime-types (3.4.1 )
64
64
mime-types-data (~> 3.2015 )
65
65
mime-types-data (3.2022.0105 )
66
66
multi_test (0.1.2 )
67
67
open4 (1.3.4 )
68
- parallel (1.23 .0 )
69
- parser (3.2.2.4 )
68
+ parallel (1.24 .0 )
69
+ parser (3.3.0.5 )
70
70
ast (~> 2.4.1 )
71
71
racc
72
- racc (1.7.1 )
72
+ racc (1.7.3 )
73
73
rainbow (3.1.1 )
74
74
rake (13.2.1 )
75
- regexp_parser (2.8.2 )
75
+ regexp_parser (2.9.0 )
76
76
rexml (3.2.6 )
77
77
rspec (3.13.0 )
78
78
rspec-core (~> 3.13.0 )
87
87
diff-lcs (>= 1.2.0 , < 2.0 )
88
88
rspec-support (~> 3.13.0 )
89
89
rspec-support (3.13.0 )
90
- rubocop (1.57 .2 )
90
+ rubocop (1.63 .2 )
91
91
json (~> 2.3 )
92
92
language_server-protocol (>= 3.17.0 )
93
93
parallel (~> 1.10 )
94
- parser (>= 3.2.2.4 )
94
+ parser (>= 3.3.0.2 )
95
95
rainbow (>= 2.2.2 , < 4.0 )
96
96
regexp_parser (>= 1.8 , < 3.0 )
97
97
rexml (>= 3.2.5 , < 4.0 )
98
- rubocop-ast (>= 1.28 .1 , < 2.0 )
98
+ rubocop-ast (>= 1.31 .1 , < 2.0 )
99
99
ruby-progressbar (~> 1.7 )
100
100
unicode-display_width (>= 2.4.0 , < 3.0 )
101
- rubocop-ast (1.29.0 )
102
- parser (>= 3.2.1.0 )
101
+ rubocop-ast (1.31.2 )
102
+ parser (>= 3.3.0.4 )
103
103
ruby-progressbar (1.13.0 )
104
104
rubyzip (2.3.2 )
105
105
simplecov (0.22.0 )
@@ -123,7 +123,7 @@ DEPENDENCIES
123
123
aruba (~> 0.6.2 )
124
124
rake (~> 13.2.0 )
125
125
rspec (~> 3.13.0 )
126
- rubocop (~> 1.57 .2 )
126
+ rubocop (~> 1.63 .2 )
127
127
simplecov (~> 0.22.0 )
128
128
tetra !
129
129
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class PomGetter
8
8
# saves a jar poms in <jar_filename>.pom
9
9
# returns filename and status if found, else nil
10
10
def get_pom ( filename )
11
- content , status = ( get_pom_from_jar ( filename ) || get_pom_from_sha1 ( filename ) || get_pom_from_heuristic ( filename ) )
11
+ content , status = get_pom_from_jar ( filename ) || get_pom_from_sha1 ( filename ) || get_pom_from_heuristic ( filename )
12
12
return unless content
13
13
14
14
pom_filename = filename . sub ( /(\. jar)?$/ , ".pom" )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
s . add_development_dependency "simplecov" , "~> 0.22.0"
31
31
s . add_development_dependency "rake" , "~> 13.2.0"
32
32
s . add_development_dependency "rspec" , "~> 3.13.0"
33
- s . add_development_dependency "rubocop" , "~> 1.57 .2"
33
+ s . add_development_dependency "rubocop" , "~> 1.63 .2"
34
34
35
35
s . add_runtime_dependency "clamp" , "~> 1.3.2"
36
36
s . add_runtime_dependency "erb" , "~> 4.0.3"
You can’t perform that action at this time.
0 commit comments