Skip to content

Commit 61d93f1

Browse files
committed
Bundle update (removes a small CVE)
1 parent 07a1f9f commit 61d93f1

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

Gemfile.lock

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GEM
132132
erubi (>= 1.0.0)
133133
rack (>= 0.9.0)
134134
rouge (>= 1.0.0)
135-
bigdecimal (3.1.6)
135+
bigdecimal (3.1.7)
136136
bindex (0.8.1)
137137
binding_of_caller (1.0.1)
138138
debug_inspector (>= 1.2.0)
@@ -143,13 +143,14 @@ GEM
143143
builder (3.2.4)
144144
byebug (11.1.3)
145145
canable (0.3.0)
146-
carrierwave (3.0.6)
146+
carrierwave (3.0.7)
147147
activemodel (>= 6.0.0)
148148
activesupport (>= 6.0.0)
149149
addressable (~> 2.6)
150150
image_processing (~> 1.1)
151151
marcel (~> 1.0.0)
152152
ssrf_filter (~> 1.0)
153+
childprocess (5.0.0)
153154
concurrent-ruby (1.2.3)
154155
connection_pool (2.4.1)
155156
crass (1.0.6)
@@ -216,10 +217,11 @@ GEM
216217
kaminari-core (= 1.2.2)
217218
kaminari-core (1.2.2)
218219
kgio (2.11.4)
219-
launchy (2.5.2)
220+
launchy (3.0.0)
220221
addressable (~> 2.8)
221-
letter_opener (1.9.0)
222-
launchy (>= 2.2, < 3)
222+
childprocess (~> 5.0)
223+
letter_opener (1.10.0)
224+
launchy (>= 2.2, < 4)
223225
loofah (2.22.0)
224226
crass (~> 1.0.2)
225227
nokogiri (>= 1.12.0)
@@ -231,7 +233,7 @@ GEM
231233
marcel (1.0.4)
232234
mini_magick (4.12.0)
233235
mini_mime (1.1.5)
234-
minitest (5.22.2)
236+
minitest (5.22.3)
235237
msgpack (1.7.2)
236238
multi_json (1.15.0)
237239
mutex_m (0.2.0)
@@ -243,10 +245,10 @@ GEM
243245
net-protocol
244246
net-protocol (0.2.2)
245247
timeout
246-
net-smtp (0.4.0.1)
248+
net-smtp (0.5.0)
247249
net-protocol
248-
nio4r (2.7.0)
249-
nokogiri (1.16.2-x86_64-linux)
250+
nio4r (2.7.1)
251+
nokogiri (1.16.3-x86_64-linux)
250252
racc (~> 1.4)
251253
nokogumbo (2.0.5)
252254
nokogiri (~> 1.8, >= 1.8.4)
@@ -261,7 +263,7 @@ GEM
261263
pygments.rb (1.2.1)
262264
multi_json (>= 1.0.0)
263265
racc (1.7.3)
264-
rack (2.2.8.1)
266+
rack (2.2.9)
265267
rack-session (1.0.2)
266268
rack (< 3)
267269
rack-test (2.1.0)
@@ -303,20 +305,20 @@ GEM
303305
rb-fsevent (0.11.2)
304306
rb-inotify (0.10.1)
305307
ffi (~> 1.0)
306-
rdoc (6.6.2)
308+
rdoc (6.6.3.1)
307309
psych (>= 4.0.0)
308310
redcarpet (3.6.0)
309311
redis (5.1.0)
310312
redis-client (>= 0.17.0)
311-
redis-client (0.21.0)
313+
redis-client (0.21.1)
312314
connection_pool
313-
reline (0.4.3)
315+
reline (0.5.0)
314316
io-console (~> 0.5)
315317
responders (3.1.1)
316318
actionpack (>= 5.2)
317319
railties (>= 5.2)
318320
rinku (2.0.6)
319-
rouge (4.2.0)
321+
rouge (4.2.1)
320322
ruby-vips (2.2.1)
321323
ffi (~> 1.12)
322324
sanitize (5.2.3)
@@ -342,7 +344,8 @@ GEM
342344
simplecov_json_formatter (0.1.4)
343345
sitemap_generator (2.2.1)
344346
spring (4.1.3)
345-
sprockets (3.7.2)
347+
sprockets (3.7.3)
348+
base64
346349
concurrent-ruby (~> 1.0)
347350
rack (> 1, < 3)
348351
sprockets-rails (3.4.2)
@@ -359,7 +362,7 @@ GEM
359362
state_machines-activemodel (>= 0.9.0)
360363
stringio (3.1.0)
361364
temple (0.10.3)
362-
terser (1.2.0)
365+
terser (1.2.1)
363366
execjs (>= 0.3.0, < 3)
364367
thor (1.3.1)
365368
tilt (2.3.0)

0 commit comments

Comments
 (0)