Skip to content

Commit 3e509df

Browse files
authored
bundle update (#2087)
1 parent 7b737b4 commit 3e509df

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

Gemfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ GEM
160160
mini_mime (1.1.5)
161161
mini_portile2 (2.8.7)
162162
minitest (5.25.1)
163-
net-imap (0.4.14)
163+
net-imap (0.4.16)
164164
date
165165
net-protocol
166166
net-pop (0.1.2)
@@ -174,7 +174,7 @@ GEM
174174
mini_portile2 (~> 2.8.2)
175175
racc (~> 1.4)
176176
parallel (1.26.3)
177-
parser (3.3.4.2)
177+
parser (3.3.5.0)
178178
ast (~> 2.4.1)
179179
racc
180180
pry (0.14.2)
@@ -224,9 +224,8 @@ GEM
224224
regexp_parser (2.9.2)
225225
reline (0.5.9)
226226
io-console (~> 0.5)
227-
rexml (3.3.6)
228-
strscan
229-
rspec-core (3.13.0)
227+
rexml (3.3.7)
228+
rspec-core (3.13.1)
230229
rspec-support (~> 3.13.0)
231230
rspec-expectations (3.13.2)
232231
diff-lcs (>= 1.2.0, < 2.0)
@@ -254,7 +253,7 @@ GEM
254253
rubocop-ast (>= 1.31.1, < 2.0)
255254
ruby-progressbar (~> 1.7)
256255
unicode-display_width (>= 2.4.0, < 3.0)
257-
rubocop-ast (1.32.1)
256+
rubocop-ast (1.32.2)
258257
parser (>= 3.3.1.0)
259258
rubocop-md (1.2.2)
260259
rubocop (>= 1.0)
@@ -301,11 +300,10 @@ GEM
301300
lint_roller (~> 1.1)
302301
rubocop-performance (~> 1.21.0)
303302
stringio (3.1.1)
304-
strscan (3.1.0)
305303
temple (0.10.3)
306304
terminal-table (3.0.2)
307305
unicode-display_width (>= 1.1.1, < 3)
308-
thor (1.3.1)
306+
thor (1.3.2)
309307
tilt (2.4.0)
310308
timeout (0.4.1)
311309
turbo-rails (1.5.0)
@@ -323,10 +321,10 @@ GEM
323321
websocket-extensions (0.1.5)
324322
xpath (3.2.0)
325323
nokogiri (~> 1.8)
326-
yard (0.9.36)
324+
yard (0.9.37)
327325
yard-activesupport-concern (0.0.1)
328326
yard (>= 0.8)
329-
zeitwerk (2.6.17)
327+
zeitwerk (2.6.18)
330328

331329
PLATFORMS
332330
ruby

docs/Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.0)
4+
activesupport (7.2.1)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -35,10 +35,10 @@ GEM
3535
ffi (>= 1.15.0)
3636
eventmachine (1.2.7)
3737
execjs (2.9.1)
38-
faraday (2.10.1)
39-
faraday-net_http (>= 2.0, < 3.2)
38+
faraday (2.11.0)
39+
faraday-net_http (>= 2.0, < 3.4)
4040
logger
41-
faraday-net_http (3.1.1)
41+
faraday-net_http (3.3.0)
4242
net-http
4343
ffi (1.17.0)
4444
ffi (1.17.0-x86_64-darwin)
@@ -220,7 +220,7 @@ GEM
220220
listen (3.9.0)
221221
rb-fsevent (~> 0.10, >= 0.10.3)
222222
rb-inotify (~> 0.9, >= 0.9.10)
223-
logger (1.6.0)
223+
logger (1.6.1)
224224
mercenary (0.3.6)
225225
mini_portile2 (2.8.7)
226226
minima (2.5.1)
@@ -245,8 +245,7 @@ GEM
245245
rb-fsevent (0.11.2)
246246
rb-inotify (0.11.1)
247247
ffi (~> 1.0)
248-
rexml (3.3.6)
249-
strscan
248+
rexml (3.3.7)
250249
rouge (3.30.0)
251250
rubyzip (2.3.2)
252251
safe_yaml (1.0.5)
@@ -260,15 +259,14 @@ GEM
260259
faraday (>= 0.17.3, < 3)
261260
securerandom (0.3.1)
262261
simpleidn (0.2.3)
263-
strscan (3.1.0)
264262
terminal-table (1.8.0)
265263
unicode-display_width (~> 1.1, >= 1.1.1)
266264
typhoeus (1.4.1)
267265
ethon (>= 0.9.0)
268266
tzinfo (2.0.6)
269267
concurrent-ruby (~> 1.0)
270268
unicode-display_width (1.8.0)
271-
uri (0.13.0)
269+
uri (0.13.1)
272270
webrick (1.8.1)
273271

274272
PLATFORMS

0 commit comments

Comments
 (0)