File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ gem 'git', '~> 2.1.1'
6
6
gem 'json' , '~> 2.7'
7
7
gem 'octokit' , '~> 9.1.0'
8
8
9
- gem 'rubocop' , '~> 1.65 ' , groups : 'development'
9
+ gem 'rubocop' , '~> 1.66 ' , groups : 'development'
Original file line number Diff line number Diff line change 40
40
faraday (>= 1 , < 3 )
41
41
sawyer (~> 0.9 )
42
42
parallel (1.26.3 )
43
- parser (3.3.4.2 )
43
+ parser (3.3.5.0 )
44
44
ast (~> 2.4.1 )
45
45
racc
46
46
process_executer (1.1.0 )
49
49
rainbow (3.1.1 )
50
50
rchardet (1.8.0 )
51
51
regexp_parser (2.9.2 )
52
- rexml (3.3.6 )
53
- strscan
54
- rubocop (1.65.1 )
52
+ rubocop (1.66.1 )
55
53
json (~> 2.3 )
56
54
language_server-protocol (>= 3.17.0 )
57
55
parallel (~> 1.10 )
58
56
parser (>= 3.3.0.2 )
59
57
rainbow (>= 2.2.2 , < 4.0 )
60
58
regexp_parser (>= 2.4 , < 3.0 )
61
- rexml (>= 3.2.5 , < 4.0 )
62
- rubocop-ast (>= 1.31.1 , < 2.0 )
59
+ rubocop-ast (>= 1.32.2 , < 2.0 )
63
60
ruby-progressbar (~> 1.7 )
64
61
unicode-display_width (>= 2.4.0 , < 3.0 )
65
- rubocop-ast (1.32.1 )
62
+ rubocop-ast (1.32.3 )
66
63
parser (>= 3.3.1.0 )
67
64
ruby-progressbar (1.13.0 )
68
65
sawyer (0.9.2 )
69
66
addressable (>= 2.3.5 )
70
67
faraday (>= 0.17.3 , < 3 )
71
- strscan (3.1.0 )
72
68
tzinfo (2.0.6 )
73
69
concurrent-ruby (~> 1.0 )
74
70
unicode-display_width (2.5.0 )
@@ -82,7 +78,7 @@ DEPENDENCIES
82
78
git (~> 2.1.1 )
83
79
json (~> 2.7 )
84
80
octokit (~> 9.1.0 )
85
- rubocop (~> 1.65 )
81
+ rubocop (~> 1.66 )
86
82
87
83
BUNDLED WITH
88
84
2.4.21
You can’t perform that action at this time.
0 commit comments