File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
rake (13.0.6 )
69
69
regexp_parser (2.8.1 )
70
70
rexml (3.2.6 )
71
- rubocop (1.56.3 )
71
+ rubocop (1.56.4 )
72
72
base64 (~> 0.1.1 )
73
73
json (~> 2.3 )
74
74
language_server-protocol (>= 3.17.0 )
98
98
smart_properties (1.17.0 )
99
99
tzinfo (2.0.6 )
100
100
concurrent-ruby (~> 1.0 )
101
- unicode-display_width (2.4.2 )
101
+ unicode-display_width (2.5.0 )
102
102
103
103
PLATFORMS
104
104
ruby
@@ -109,7 +109,7 @@ DEPENDENCIES
109
109
minitest (~> 5.20.0 )
110
110
mocha (~> 2.1.0 )
111
111
rake (~> 13.0.6 )
112
- rubocop (= 1.56.3 )
112
+ rubocop (= 1.56.4 )
113
113
rubocop-github (~> 0.20.0 )
114
114
115
115
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.56.3 "
24
+ s . add_development_dependency "rubocop" , "= 1.56.4 "
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