Skip to content

Commit 6f25d91

Browse files
authored
Merge pull request #1121 from MITLibraries/update_deps
update deps
2 parents 422d200 + 196f795 commit 6f25d91

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ coverage
2626
.env
2727

2828
storage
29+
.vscode

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ GEM
129129
aws-eventstream (~> 1, >= 1.0.2)
130130
bcrypt (3.1.18)
131131
bindex (0.8.1)
132-
bootsnap (1.15.0)
132+
bootsnap (1.16.0)
133133
msgpack (~> 1.2)
134134
builder (3.2.4)
135135
byebug (11.1.3)
@@ -194,7 +194,7 @@ GEM
194194
addressable (~> 2.7)
195195
letter_opener (1.8.1)
196196
launchy (>= 2.2, < 3)
197-
listen (3.7.1)
197+
listen (3.8.0)
198198
rb-fsevent (~> 0.10, >= 0.10.3)
199199
rb-inotify (~> 0.9, >= 0.9.10)
200200
lograge (0.12.0)
@@ -254,11 +254,11 @@ GEM
254254
activerecord (>= 5.2)
255255
request_store (~> 1.1)
256256
parallel (1.22.1)
257-
parser (3.1.3.0)
257+
parser (3.2.1.0)
258258
ast (~> 2.4.1)
259259
pg (1.4.5)
260260
public_suffix (5.0.0)
261-
puma (6.0.0)
261+
puma (6.1.0)
262262
nio4r (~> 2.0)
263263
racc (1.6.2)
264264
rack (2.2.6.2)
@@ -297,26 +297,26 @@ GEM
297297
rb-fsevent (0.11.2)
298298
rb-inotify (0.10.1)
299299
ffi (~> 1.0)
300-
regexp_parser (2.6.1)
300+
regexp_parser (2.7.0)
301301
request_store (1.5.1)
302302
rack (>= 1.4)
303303
responders (3.0.1)
304304
actionpack (>= 5.0)
305305
railties (>= 5.0)
306306
rexml (3.2.5)
307-
rubocop (1.40.0)
307+
rubocop (1.46.0)
308308
json (~> 2.3)
309309
parallel (~> 1.10)
310-
parser (>= 3.1.2.1)
310+
parser (>= 3.2.0.0)
311311
rainbow (>= 2.2.2, < 4.0)
312312
regexp_parser (>= 1.8, < 3.0)
313313
rexml (>= 3.2.5, < 4.0)
314-
rubocop-ast (>= 1.23.0, < 2.0)
314+
rubocop-ast (>= 1.26.0, < 2.0)
315315
ruby-progressbar (~> 1.7)
316-
unicode-display_width (>= 1.4.0, < 3.0)
317-
rubocop-ast (1.24.0)
318-
parser (>= 3.1.1.0)
319-
rubocop-rails (2.17.3)
316+
unicode-display_width (>= 2.4.0, < 3.0)
317+
rubocop-ast (1.26.0)
318+
parser (>= 3.2.1.0)
319+
rubocop-rails (2.17.4)
320320
activesupport (>= 4.2.0)
321321
rack (>= 1.1)
322322
rubocop (>= 1.33.0, < 2.0)
@@ -351,7 +351,7 @@ GEM
351351
simple_form (5.1.0)
352352
actionpack (>= 5.2)
353353
activemodel (>= 5.2)
354-
simplecov (0.21.2)
354+
simplecov (0.22.0)
355355
docile (~> 1.1)
356356
simplecov-html (~> 0.11)
357357
simplecov_json_formatter (~> 0.1)
@@ -367,7 +367,7 @@ GEM
367367
actionpack (>= 5.2)
368368
activesupport (>= 5.2)
369369
sprockets (>= 3.0.0)
370-
sqlite3 (1.5.4)
370+
sqlite3 (1.6.1)
371371
mini_portile2 (~> 2.8.0)
372372
thor (1.2.1)
373373
tilt (2.0.11)
@@ -380,7 +380,7 @@ GEM
380380
unf (0.1.4)
381381
unf_ext
382382
unf_ext (0.0.8.2)
383-
unicode-display_width (2.3.0)
383+
unicode-display_width (2.4.2)
384384
warden (1.2.9)
385385
rack (>= 2.0.9)
386386
web-console (4.2.0)

0 commit comments

Comments
 (0)