File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
minitest (>= 5.1 )
19
19
tzinfo (~> 2.0 )
20
20
ast (2.4.2 )
21
+ base64 (0.1.1 )
21
22
better_html (2.0.1 )
22
23
actionview (>= 6.0 )
23
24
activesupport (>= 6.0 )
66
67
rake (13.0.6 )
67
68
regexp_parser (2.8.1 )
68
69
rexml (3.2.6 )
69
- rubocop (1.55.1 )
70
+ rubocop (1.56.0 )
71
+ base64 (~> 0.1.1 )
70
72
json (~> 2.3 )
71
73
language_server-protocol (>= 3.17.0 )
72
74
parallel (~> 1.10 )
@@ -106,7 +108,7 @@ DEPENDENCIES
106
108
minitest (~> 5.19.0 )
107
109
mocha (~> 2.1.0 )
108
110
rake (~> 13.0.6 )
109
- rubocop (= 1.55.1 )
111
+ rubocop (= 1.56.0 )
110
112
rubocop-github (~> 0.20.0 )
111
113
112
114
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
s . add_development_dependency "mocha" , "~> 2.1.0"
22
22
s . add_development_dependency "rake" , "~> 13.0.6"
23
23
24
- s . add_development_dependency "rubocop" , "= 1.55.1 "
24
+ s . add_development_dependency "rubocop" , "= 1.56.0 "
25
25
s . add_development_dependency "rubocop-github" , "~> 0.20.0"
26
26
s . metadata [ "rubygems_mfa_required" ] = "true"
27
27
You can’t perform that action at this time.
0 commit comments