Skip to content

Commit ddba107

Browse files
Bump yard from 0.9.34 to 0.9.36
Bumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.36. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.34...v0.9.36) --- updated-dependencies: - dependency-name: yard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 846415f commit ddba107

File tree

1 file changed

+6
-63
lines changed

1 file changed

+6
-63
lines changed

Gemfile.lock

+6-63
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)
@@ -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)
263-
yard (0.9.34)
264-
zeitwerk (2.6.13)
207+
yard (0.9.36)
265208

266209
PLATFORMS
267210
arm64-darwin-22

0 commit comments

Comments
 (0)