Skip to content

Commit 8418fb9

Browse files
1 parent 3e26a77 commit 8418fb9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ GEM
171171
rack (>= 1.0.0)
172172
rack-test (>= 0.5.4)
173173
xpath (~> 2.0)
174-
carrierwave (0.11.0)
175-
activemodel (>= 3.2.0)
176-
activesupport (>= 3.2.0)
177-
json (>= 1.7)
174+
carrierwave (1.3.2)
175+
activemodel (>= 4.0.0)
176+
activesupport (>= 4.0.0)
178177
mime-types (>= 1.16)
178+
ssrf_filter (~> 1.0)
179179
carrierwave-bombshelter (0.1.1.6)
180180
activesupport (>= 3.2.0)
181181
carrierwave
@@ -355,7 +355,7 @@ GEM
355355
railties (>= 3.1)
356356
jquery-ui-rails (5.0.5)
357357
railties (>= 3.2.16)
358-
json (2.1.0)
358+
json (2.5.1)
359359
json-schema (2.5.0)
360360
addressable (~> 2.3)
361361
jwt (1.0.0)
@@ -384,7 +384,9 @@ GEM
384384
mail (2.7.1)
385385
mini_mime (>= 0.1.1)
386386
method_source (0.8.2)
387-
mime-types (2.99.3)
387+
mime-types (3.3.1)
388+
mime-types-data (~> 3.2015)
389+
mime-types-data (3.2021.0212)
388390
mimemagic (0.3.2)
389391
mina (0.3.8)
390392
open4 (~> 1.3.4)
@@ -452,7 +454,7 @@ GEM
452454
ast (~> 2.4.0)
453455
pbkdf2_password_hasher (0.2.0)
454456
pdf-core (0.4.0)
455-
pg (0.20)
457+
pg (0.20.0)
456458
phantomjs (2.1.1.0)
457459
piwik_analytics (1.0.2)
458460
actionpack
@@ -702,6 +704,7 @@ GEM
702704
actionpack (>= 4.0)
703705
activesupport (>= 4.0)
704706
sprockets (>= 3.0.0)
707+
ssrf_filter (1.0.7)
705708
stringex (2.5.2)
706709
stripe (2.12.0)
707710
faraday (~> 0.9)

0 commit comments

Comments
 (0)