File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838 erubi (1.12.0 )
3939 i18n (1.14.1 )
4040 concurrent-ruby (~> 1.0 )
41- json (2.6.3 )
41+ json (2.7.0 )
4242 language_server-protocol (3.17.0.3 )
4343 loofah (2.21.3 )
4444 crass (~> 1.0.2 )
5454 parser (3.2.2.4 )
5555 ast (~> 2.4.1 )
5656 racc
57- racc (1.7.1 )
57+ racc (1.7.3 )
5858 rack (3.0.8 )
5959 rails-dom-testing (2.2.0 )
6060 activesupport (>= 5.0.0 )
6767 rake (13.1.0 )
6868 regexp_parser (2.8.2 )
6969 rexml (3.2.6 )
70- rubocop (1.57.2 )
70+ rubocop (1.58.0 )
7171 json (~> 2.3 )
7272 language_server-protocol (>= 3.17.0 )
7373 parallel (~> 1.10 )
7474 parser (>= 3.2.2.4 )
7575 rainbow (>= 2.2.2 , < 4.0 )
7676 regexp_parser (>= 1.8 , < 3.0 )
7777 rexml (>= 3.2.5 , < 4.0 )
78- rubocop-ast (>= 1.28.1 , < 2.0 )
78+ rubocop-ast (>= 1.30.0 , < 2.0 )
7979 ruby-progressbar (~> 1.7 )
8080 unicode-display_width (>= 2.4.0 , < 3.0 )
8181 rubocop-ast (1.30.0 )
@@ -107,7 +107,7 @@ DEPENDENCIES
107107 minitest (~> 5.20.0 )
108108 mocha (~> 2.1.0 )
109109 rake (~> 13.1.0 )
110- rubocop (= 1.57.2 )
110+ rubocop (= 1.58.0 )
111111 rubocop-github (~> 0.20.0 )
112112
113113BUNDLED WITH
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121 s . add_development_dependency "mocha" , "~> 2.1.0"
2222 s . add_development_dependency "rake" , "~> 13.1.0"
2323
24- s . add_development_dependency "rubocop" , "= 1.57.2 "
24+ s . add_development_dependency "rubocop" , "= 1.58.0 "
2525 s . add_development_dependency "rubocop-github" , "~> 0.20.0"
2626 s . metadata [ "rubygems_mfa_required" ] = "true"
2727
You can’t perform that action at this time.
0 commit comments