Skip to content

Commit da57da0

Browse files
Bump standard from 1.34.0 to 1.35.1
Bumps [standard](https://github.com/standardrb/standard) from 1.34.0 to 1.35.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.34.0...v1.35.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 846415f commit da57da0

File tree

1 file changed

+11
-68
lines changed

1 file changed

+11
-68
lines changed

Gemfile.lock

+11-68
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.3.2)
11-
actionpack (= 7.1.3.2)
12-
activesupport (= 7.1.3.2)
13-
nio4r (~> 2.0)
14-
websocket-driver (>= 0.6.1)
15-
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.3.2)
17-
actionpack (= 7.1.3.2)
18-
activejob (= 7.1.3.2)
19-
activerecord (= 7.1.3.2)
20-
activestorage (= 7.1.3.2)
21-
activesupport (= 7.1.3.2)
22-
mail (>= 2.7.1)
23-
net-imap
24-
net-pop
25-
net-smtp
2610
actionmailer (7.1.3.2)
2711
actionpack (= 7.1.3.2)
2812
actionview (= 7.1.3.2)
@@ -43,13 +27,6 @@ GEM
4327
rack-test (>= 0.6.3)
4428
rails-dom-testing (~> 2.2)
4529
rails-html-sanitizer (~> 1.6)
46-
actiontext (7.1.3.2)
47-
actionpack (= 7.1.3.2)
48-
activerecord (= 7.1.3.2)
49-
activestorage (= 7.1.3.2)
50-
activesupport (= 7.1.3.2)
51-
globalid (>= 0.6.0)
52-
nokogiri (>= 1.8.5)
5330
actionview (7.1.3.2)
5431
activesupport (= 7.1.3.2)
5532
builder (~> 3.1)
@@ -65,12 +42,6 @@ GEM
6542
activemodel (= 7.1.3.2)
6643
activesupport (= 7.1.3.2)
6744
timeout (>= 0.4.0)
68-
activestorage (7.1.3.2)
69-
actionpack (= 7.1.3.2)
70-
activejob (= 7.1.3.2)
71-
activerecord (= 7.1.3.2)
72-
activesupport (= 7.1.3.2)
73-
marcel (~> 1.0)
7445
activesupport (7.1.3.2)
7546
base64
7647
bigdecimal
@@ -119,7 +90,6 @@ GEM
11990
net-imap
12091
net-pop
12192
net-smtp
122-
marcel (1.0.2)
12393
method_source (1.0.0)
12494
mini_mime (1.1.5)
12595
minitest (5.22.2)
@@ -133,7 +103,6 @@ GEM
133103
timeout
134104
net-smtp (0.4.0.1)
135105
net-protocol
136-
nio4r (2.7.0)
137106
nokogiri (1.16.2-arm64-darwin)
138107
racc (~> 1.4)
139108
nokogiri (1.16.2-x86_64-darwin)
@@ -158,38 +127,18 @@ GEM
158127
rack (>= 3.0.0)
159128
rack-test (2.1.0)
160129
rack (>= 1.3)
161-
rackup (2.1.0)
162-
rack (>= 3)
163-
webrick (~> 1.8)
164-
rails (7.1.3.2)
165-
actioncable (= 7.1.3.2)
166-
actionmailbox (= 7.1.3.2)
167-
actionmailer (= 7.1.3.2)
168-
actionpack (= 7.1.3.2)
169-
actiontext (= 7.1.3.2)
170-
actionview (= 7.1.3.2)
171-
activejob (= 7.1.3.2)
172-
activemodel (= 7.1.3.2)
173-
activerecord (= 7.1.3.2)
174-
activestorage (= 7.1.3.2)
175-
activesupport (= 7.1.3.2)
176-
bundler (>= 1.15.0)
177-
railties (= 7.1.3.2)
130+
rails (0.9.5)
131+
actionmailer (>= 0.6.1)
132+
actionpack (>= 1.4.0)
133+
activerecord (>= 1.6.0)
134+
rake (>= 0.4.15)
178135
rails-dom-testing (2.2.0)
179136
activesupport (>= 5.0.0)
180137
minitest
181138
nokogiri (>= 1.6)
182139
rails-html-sanitizer (1.6.0)
183140
loofah (~> 2.21)
184141
nokogiri (~> 1.14)
185-
railties (7.1.3.2)
186-
actionpack (= 7.1.3.2)
187-
activesupport (= 7.1.3.2)
188-
irb
189-
rackup (>= 1.0.0)
190-
rake (>= 12.2)
191-
thor (~> 1.0, >= 1.2.2)
192-
zeitwerk (~> 2.6)
193142
rainbow (3.1.1)
194143
rake (13.1.0)
195144
rdoc (6.6.2)
@@ -215,19 +164,19 @@ GEM
215164
rspec-support (3.13.1)
216165
rspec_junit_formatter (0.6.0)
217166
rspec-core (>= 2, < 4, != 2.12.0)
218-
rubocop (1.60.2)
167+
rubocop (1.62.1)
219168
json (~> 2.3)
220169
language_server-protocol (>= 3.17.0)
221170
parallel (~> 1.10)
222171
parser (>= 3.3.0.2)
223172
rainbow (>= 2.2.2, < 4.0)
224173
regexp_parser (>= 1.8, < 3.0)
225174
rexml (>= 3.2.5, < 4.0)
226-
rubocop-ast (>= 1.30.0, < 2.0)
175+
rubocop-ast (>= 1.31.1, < 2.0)
227176
ruby-progressbar (~> 1.7)
228177
unicode-display_width (>= 2.4.0, < 3.0)
229-
rubocop-ast (1.30.0)
230-
parser (>= 3.2.1.0)
178+
rubocop-ast (1.31.2)
179+
parser (>= 3.3.0.4)
231180
rubocop-performance (1.20.2)
232181
rubocop (>= 1.48.1, < 2.0)
233182
rubocop-ast (>= 1.30.0, < 2.0)
@@ -238,10 +187,10 @@ GEM
238187
json (>= 1.8, < 3)
239188
simplecov-html (~> 0.10.0)
240189
simplecov-html (0.10.2)
241-
standard (1.34.0)
190+
standard (1.35.1)
242191
language_server-protocol (~> 3.17.0.2)
243192
lint_roller (~> 1.0)
244-
rubocop (~> 1.60)
193+
rubocop (~> 1.62.0)
245194
standard-custom (~> 1.0.0)
246195
standard-performance (~> 1.3)
247196
standard-custom (1.0.2)
@@ -251,17 +200,11 @@ GEM
251200
lint_roller (~> 1.1)
252201
rubocop-performance (~> 1.20.2)
253202
stringio (3.1.0)
254-
thor (1.3.0)
255203
timeout (0.4.1)
256204
tzinfo (2.0.6)
257205
concurrent-ruby (~> 1.0)
258206
unicode-display_width (2.5.0)
259-
webrick (1.8.1)
260-
websocket-driver (0.7.6)
261-
websocket-extensions (>= 0.1.0)
262-
websocket-extensions (0.1.5)
263207
yard (0.9.34)
264-
zeitwerk (2.6.13)
265208

266209
PLATFORMS
267210
arm64-darwin-22

0 commit comments

Comments
 (0)