Skip to content

Commit c39b454

Browse files
updated standard to 1.37.0 and other related gems
1 parent 2974e1e commit c39b454

File tree

2 files changed

+40
-24
lines changed

2 files changed

+40
-24
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ source "https://rubygems.org"
22

33
gem "activesupport", require: false
44
gem "mry", "~> 0.52.0", require: false
5-
gem "parser", "~> 3.0.2"
5+
gem "parser", "~> 3.3.0"
66
gem "pry", require: false
77
gem "safe_yaml"
8-
gem "standard", "~> 1.4", require: false
8+
gem "standard", "1.37.0", require: false
99

1010
group :test do
1111
gem "rake"

Gemfile.lock

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,25 @@ GEM
1313
diff-lcs (1.4.4)
1414
i18n (1.8.10)
1515
concurrent-ruby (~> 1.0)
16+
json (2.8.2)
17+
language_server-protocol (3.17.0.3)
18+
lint_roller (1.1.0)
1619
method_source (1.0.0)
1720
minitest (5.14.4)
1821
mry (0.52.0.0)
1922
rubocop (>= 0.41.0)
20-
parallel (1.21.0)
21-
parser (3.0.3.1)
23+
parallel (1.26.3)
24+
parser (3.3.6.0)
2225
ast (~> 2.4.1)
26+
racc
2327
pry (0.14.1)
2428
coderay (~> 1.1)
2529
method_source (~> 1.0)
26-
rainbow (3.0.0)
30+
racc (1.8.1)
31+
rainbow (3.1.1)
2732
rake (13.0.6)
28-
regexp_parser (2.1.1)
29-
rexml (3.2.5)
33+
regexp_parser (2.9.2)
34+
rexml (3.3.9)
3035
rspec (3.10.0)
3136
rspec-core (~> 3.10.0)
3237
rspec-expectations (~> 3.10.0)
@@ -40,28 +45,39 @@ GEM
4045
diff-lcs (>= 1.2.0, < 2.0)
4146
rspec-support (~> 3.10.0)
4247
rspec-support (3.10.2)
43-
rubocop (1.22.3)
48+
rubocop (1.64.1)
49+
json (~> 2.3)
50+
language_server-protocol (>= 3.17.0)
4451
parallel (~> 1.10)
45-
parser (>= 3.0.0.0)
52+
parser (>= 3.3.0.2)
4653
rainbow (>= 2.2.2, < 4.0)
4754
regexp_parser (>= 1.8, < 3.0)
48-
rexml
49-
rubocop-ast (>= 1.12.0, < 2.0)
55+
rexml (>= 3.2.5, < 4.0)
56+
rubocop-ast (>= 1.31.1, < 2.0)
5057
ruby-progressbar (~> 1.7)
51-
unicode-display_width (>= 1.4.0, < 3.0)
52-
rubocop-ast (1.13.0)
53-
parser (>= 3.0.1.1)
54-
rubocop-performance (1.11.5)
55-
rubocop (>= 1.7.0, < 2.0)
56-
rubocop-ast (>= 0.4.0)
57-
ruby-progressbar (1.11.0)
58+
unicode-display_width (>= 2.4.0, < 3.0)
59+
rubocop-ast (1.36.1)
60+
parser (>= 3.3.1.0)
61+
rubocop-performance (1.21.1)
62+
rubocop (>= 1.48.1, < 2.0)
63+
rubocop-ast (>= 1.31.1, < 2.0)
64+
ruby-progressbar (1.13.0)
5865
safe_yaml (1.0.5)
59-
standard (1.4.0)
60-
rubocop (= 1.22.3)
61-
rubocop-performance (= 1.11.5)
66+
standard (1.37.0)
67+
language_server-protocol (~> 3.17.0.2)
68+
lint_roller (~> 1.0)
69+
rubocop (~> 1.64.0)
70+
standard-custom (~> 1.0.0)
71+
standard-performance (~> 1.4)
72+
standard-custom (1.0.2)
73+
lint_roller (~> 1.0)
74+
rubocop (~> 1.50)
75+
standard-performance (1.4.0)
76+
lint_roller (~> 1.1)
77+
rubocop-performance (~> 1.21.0)
6278
tzinfo (2.0.4)
6379
concurrent-ruby (~> 1.0)
64-
unicode-display_width (2.1.0)
80+
unicode-display_width (2.6.0)
6581
zeitwerk (2.4.2)
6682

6783
PLATFORMS
@@ -70,12 +86,12 @@ PLATFORMS
7086
DEPENDENCIES
7187
activesupport
7288
mry (~> 0.52.0)
73-
parser (~> 3.0.2)
89+
parser (~> 3.3.0)
7490
pry
7591
rake
7692
rspec
7793
safe_yaml
78-
standard (~> 1.4)
94+
standard (= 1.37.0)
7995

8096
BUNDLED WITH
8197
2.1.4

0 commit comments

Comments
 (0)