Skip to content

Commit a61b013

Browse files
committed
Update standard on the main project
1 parent 2d0407f commit a61b013

File tree

1 file changed

+35
-26
lines changed

1 file changed

+35
-26
lines changed

Gemfile.lock

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
remote: https://rubygems.org/
8383
specs:
8484
amq-protocol (2.3.2)
85-
ast (2.4.2)
85+
ast (2.4.3)
8686
base64 (0.3.0)
8787
bson (4.15.0)
8888
bunny (2.20.3)
@@ -108,9 +108,9 @@ GEM
108108
faraday-net_http (3.0.2)
109109
ffi (1.15.5)
110110
java-properties (0.3.0)
111-
json (2.6.3)
112-
language_server-protocol (3.17.0.3)
113-
lint_roller (1.0.0)
111+
json (2.15.1)
112+
language_server-protocol (3.17.0.5)
113+
lint_roller (1.1.0)
114114
mini_portile2 (2.8.2)
115115
minitest (5.18.0)
116116
minitest-hooks (1.5.0)
@@ -119,10 +119,13 @@ GEM
119119
bson (>= 4.14.1, < 5.0.0)
120120
multi_json (1.15.0)
121121
mysql2 (0.5.5)
122-
parallel (1.23.0)
123-
parser (3.2.2.1)
122+
parallel (1.27.0)
123+
parser (3.3.9.0)
124124
ast (~> 2.4.1)
125+
racc
125126
pg (1.5.3)
127+
prism (1.6.0)
128+
racc (1.8.1)
126129
rainbow (3.1.1)
127130
rake (13.0.6)
128131
rbtree (0.4.6)
@@ -134,23 +137,26 @@ GEM
134137
redis-client (>= 0.9.0)
135138
redis-client (0.14.1)
136139
connection_pool
137-
regexp_parser (2.8.0)
140+
regexp_parser (2.11.3)
138141
rexml (3.4.4)
139-
rubocop (1.50.2)
142+
rubocop (1.80.2)
140143
json (~> 2.3)
144+
language_server-protocol (~> 3.17.0.2)
145+
lint_roller (~> 1.1.0)
141146
parallel (~> 1.10)
142-
parser (>= 3.2.0.0)
147+
parser (>= 3.3.0.2)
143148
rainbow (>= 2.2.2, < 4.0)
144-
regexp_parser (>= 1.8, < 3.0)
145-
rexml (>= 3.2.5, < 4.0)
146-
rubocop-ast (>= 1.28.0, < 2.0)
149+
regexp_parser (>= 2.9.3, < 3.0)
150+
rubocop-ast (>= 1.46.0, < 2.0)
147151
ruby-progressbar (~> 1.7)
148-
unicode-display_width (>= 2.4.0, < 3.0)
149-
rubocop-ast (1.28.1)
150-
parser (>= 3.2.1.0)
151-
rubocop-performance (1.16.0)
152-
rubocop (>= 1.7.0, < 2.0)
153-
rubocop-ast (>= 0.4.0)
152+
unicode-display_width (>= 2.4.0, < 4.0)
153+
rubocop-ast (1.47.1)
154+
parser (>= 3.3.7.2)
155+
prism (~> 1.4)
156+
rubocop-performance (1.25.0)
157+
lint_roller (~> 1.1)
158+
rubocop (>= 1.75.0, < 2.0)
159+
rubocop-ast (>= 1.38.0, < 2.0)
154160
ruby-progressbar (1.13.0)
155161
ruby2_keywords (0.0.5)
156162
rubyzip (2.3.2)
@@ -162,18 +168,21 @@ GEM
162168
sorted_set (1.0.3)
163169
rbtree
164170
set (~> 1.0)
165-
standard (1.28.2)
171+
standard (1.51.1)
166172
language_server-protocol (~> 3.17.0.2)
167173
lint_roller (~> 1.0)
168-
rubocop (~> 1.50.2)
174+
rubocop (~> 1.80.2)
169175
standard-custom (~> 1.0.0)
170-
standard-performance (~> 1.0.1)
171-
standard-custom (1.0.0)
172-
lint_roller (~> 1.0)
173-
standard-performance (1.0.1)
176+
standard-performance (~> 1.8)
177+
standard-custom (1.0.2)
174178
lint_roller (~> 1.0)
175-
rubocop-performance (~> 1.16.0)
176-
unicode-display_width (2.4.2)
179+
rubocop (~> 1.50)
180+
standard-performance (1.8.0)
181+
lint_roller (~> 1.1)
182+
rubocop-performance (~> 1.25.0)
183+
unicode-display_width (3.2.0)
184+
unicode-emoji (~> 4.1)
185+
unicode-emoji (4.1.0)
177186
yard (0.9.36)
178187

179188
PLATFORMS

0 commit comments

Comments
 (0)