Skip to content

Commit bc2d395

Browse files
Bump the development-dependencies group across 1 directory with 3 updates (#3817)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 761cf7c commit bc2d395

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ group :development do
7777
gem "sprockets-rails"
7878
gem "thor"
7979
gem "timecop"
80-
gem "yard", "~> 0.9.37"
80+
gem "yard", "~> 0.9.38"
8181
end

Gemfile.lock

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ GEM
8282
cuprite (0.15)
8383
capybara (~> 3.0)
8484
ferrum (~> 0.14.0)
85-
date (3.4.1)
86-
debug (1.11.0)
85+
date (3.5.1)
86+
debug (1.11.1)
8787
irb (~> 1.10)
8888
reline (>= 0.3.8)
8989
docile (1.4.1)
9090
drb (2.2.3)
9191
dry-cli (1.2.0)
92-
erb (5.0.2)
92+
erb (6.0.1)
9393
erb_lint (0.9.0)
9494
activesupport
9595
better_html (>= 2.0.1)
@@ -110,12 +110,12 @@ GEM
110110
htmlentities (4.3.4)
111111
i18n (1.14.7)
112112
concurrent-ruby (~> 1.0)
113-
io-console (0.8.1)
114-
irb (1.15.2)
113+
io-console (0.8.2)
114+
irb (1.16.0)
115115
pp (>= 0.6.0)
116116
rdoc (>= 4.0.0)
117117
reline (>= 0.4.2)
118-
json (2.15.1)
118+
json (2.18.0)
119119
kramdown (2.5.1)
120120
rexml (>= 3.3.9)
121121
language_server-protocol (3.17.0.5)
@@ -156,14 +156,14 @@ GEM
156156
racc (~> 1.4)
157157
octicons (19.21.1)
158158
parallel (1.27.0)
159-
parser (3.3.9.0)
159+
parser (3.3.10.0)
160160
ast (~> 2.4.1)
161161
racc
162-
pp (0.6.2)
162+
pp (0.6.3)
163163
prettyprint
164164
prettyprint (0.2.0)
165-
prism (1.5.2)
166-
psych (5.2.6)
165+
prism (1.7.0)
166+
psych (5.3.1)
167167
date
168168
stringio
169169
public_suffix (6.0.2)
@@ -203,12 +203,13 @@ GEM
203203
rb-fsevent (0.11.2)
204204
rb-inotify (0.10.1)
205205
ffi (~> 1.0)
206-
rdoc (6.14.2)
206+
rdoc (7.0.3)
207207
erb
208208
psych (>= 4.0.0)
209+
tsort
209210
redcarpet (3.6.1)
210211
regexp_parser (2.11.3)
211-
reline (0.6.2)
212+
reline (0.6.3)
212213
io-console (~> 0.5)
213214
rexml (3.4.2)
214215
rouge (4.6.1)
@@ -223,17 +224,17 @@ GEM
223224
rubocop-ast (>= 1.47.1, < 2.0)
224225
ruby-progressbar (~> 1.7)
225226
unicode-display_width (>= 2.4.0, < 4.0)
226-
rubocop-ast (1.47.1)
227+
rubocop-ast (1.49.0)
227228
parser (>= 3.3.7.2)
228-
prism (~> 1.4)
229+
prism (~> 1.7)
229230
rubocop-github (0.26.0)
230231
rubocop (>= 1.76)
231232
rubocop-performance (>= 1.24)
232233
rubocop-rails (>= 2.23)
233-
rubocop-performance (1.26.0)
234+
rubocop-performance (1.26.1)
234235
lint_roller (~> 1.1)
235236
rubocop (>= 1.75.0, < 2.0)
236-
rubocop-ast (>= 1.44.0, < 2.0)
237+
rubocop-ast (>= 1.47.1, < 2.0)
237238
rubocop-rails (2.33.4)
238239
activesupport (>= 4.2.0)
239240
lint_roller (~> 1.1)
@@ -272,16 +273,17 @@ GEM
272273
actionpack (>= 6.1)
273274
activesupport (>= 6.1)
274275
sprockets (>= 3.0.0)
275-
stringio (3.1.7)
276+
stringio (3.2.0)
276277
terminal-table (4.0.0)
277278
unicode-display_width (>= 1.1.1, < 4)
278279
thor (1.4.0)
279280
timecop (0.9.10)
281+
tsort (0.2.0)
280282
tzinfo (2.0.6)
281283
concurrent-ruby (~> 1.0)
282284
unicode-display_width (3.2.0)
283285
unicode-emoji (~> 4.1)
284-
unicode-emoji (4.1.0)
286+
unicode-emoji (4.2.0)
285287
uri (1.1.1)
286288
useragent (0.16.11)
287289
view_component (4.1.1)
@@ -308,7 +310,7 @@ GEM
308310
websocket-extensions (0.1.5)
309311
xpath (3.2.0)
310312
nokogiri (~> 1.8)
311-
yard (0.9.37)
313+
yard (0.9.38)
312314
zeitwerk (2.7.3)
313315

314316
PLATFORMS
@@ -355,7 +357,7 @@ DEPENDENCIES
355357
view_component (= 4.1.1)
356358
vite_rails (~> 3.0)
357359
webmock
358-
yard (~> 0.9.37)
360+
yard (~> 0.9.38)
359361

360362
BUNDLED WITH
361363
2.5.5

0 commit comments

Comments
 (0)