Skip to content

Commit a4c8d0e

Browse files
committed
fix standardrb test
1 parent d501506 commit a4c8d0e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source "https://rubygems.org"
55
gem "rake"
66
gem "rspec"
77
gem "rubocop", require: false
8-
gem "standardrb"
8+
gem "standard", ">= 1.35.1"
99
gem "yaml"

Gemfile.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GEM
2727
diff-lcs (>= 1.2.0, < 2.0)
2828
rspec-support (~> 3.13.0)
2929
rspec-support (3.13.2)
30-
rubocop (1.71.0)
30+
rubocop (1.70.0)
3131
json (~> 2.3)
3232
language_server-protocol (>= 3.17.0)
3333
parallel (~> 1.10)
@@ -43,20 +43,18 @@ GEM
4343
rubocop (>= 1.48.1, < 2.0)
4444
rubocop-ast (>= 1.31.1, < 2.0)
4545
ruby-progressbar (1.13.0)
46-
standard (1.35.0.1)
46+
standard (1.44.0)
4747
language_server-protocol (~> 3.17.0.2)
4848
lint_roller (~> 1.0)
49-
rubocop (~> 1.62)
49+
rubocop (~> 1.70.0)
5050
standard-custom (~> 1.0.0)
51-
standard-performance (~> 1.3)
51+
standard-performance (~> 1.6)
5252
standard-custom (1.0.2)
5353
lint_roller (~> 1.0)
5454
rubocop (~> 1.50)
5555
standard-performance (1.6.0)
5656
lint_roller (~> 1.1)
5757
rubocop-performance (~> 1.23.0)
58-
standardrb (1.0.1)
59-
standard
6058
unicode-display_width (3.1.4)
6159
unicode-emoji (~> 4.0, >= 4.0.4)
6260
unicode-emoji (4.0.4)
@@ -69,7 +67,7 @@ DEPENDENCIES
6967
rake
7068
rspec
7169
rubocop
72-
standardrb
70+
standard (>= 1.35.1)
7371
yaml
7472

7573
BUNDLED WITH

0 commit comments

Comments
 (0)