Update rails due to mimemagic issue
This commit is contained in:
parent
386577cd21
commit
63cba25081
1 changed files with 44 additions and 43 deletions
87
Gemfile.lock
87
Gemfile.lock
|
|
@ -13,25 +13,25 @@ GEM
|
||||||
remote: https://rails-assets.org/
|
remote: https://rails-assets.org/
|
||||||
specs:
|
specs:
|
||||||
Ascii85 (1.0.3)
|
Ascii85 (1.0.3)
|
||||||
actioncable (5.2.4.5)
|
actioncable (5.2.5)
|
||||||
actionpack (= 5.2.4.5)
|
actionpack (= 5.2.5)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.4.5)
|
actionmailer (5.2.5)
|
||||||
actionpack (= 5.2.4.5)
|
actionpack (= 5.2.5)
|
||||||
actionview (= 5.2.4.5)
|
actionview (= 5.2.5)
|
||||||
activejob (= 5.2.4.5)
|
activejob (= 5.2.5)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.2.4.5)
|
actionpack (5.2.5)
|
||||||
actionview (= 5.2.4.5)
|
actionview (= 5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.2.4.5)
|
actionview (5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
|
|
@ -41,20 +41,20 @@ GEM
|
||||||
activemodel (>= 4.1, < 6.2)
|
activemodel (>= 4.1, < 6.2)
|
||||||
case_transform (>= 0.2)
|
case_transform (>= 0.2)
|
||||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||||
activejob (5.2.4.5)
|
activejob (5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.4.5)
|
activemodel (5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
activerecord (5.2.4.5)
|
activerecord (5.2.5)
|
||||||
activemodel (= 5.2.4.5)
|
activemodel (= 5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activestorage (5.2.4.5)
|
activestorage (5.2.5)
|
||||||
actionpack (= 5.2.4.5)
|
actionpack (= 5.2.5)
|
||||||
activerecord (= 5.2.4.5)
|
activerecord (= 5.2.5)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 1.0.0)
|
||||||
activesupport (5.2.4.5)
|
activesupport (5.2.5)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
|
@ -249,7 +249,7 @@ GEM
|
||||||
httparty (0.18.1)
|
httparty (0.18.1)
|
||||||
mime-types (~> 3.0)
|
mime-types (~> 3.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (1.8.9)
|
i18n (1.8.10)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n_data (0.8.0)
|
i18n_data (0.8.0)
|
||||||
icalendar (2.7.1)
|
icalendar (2.7.1)
|
||||||
|
|
@ -293,18 +293,19 @@ GEM
|
||||||
lumberjack (1.0.12)
|
lumberjack (1.0.12)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (0.3.3)
|
marcel (1.0.0)
|
||||||
mimemagic (~> 0.3.2)
|
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2021.0225)
|
mime-types-data (3.2021.0225)
|
||||||
mimemagic (0.3.6)
|
mimemagic (0.4.3)
|
||||||
|
nokogiri (~> 1)
|
||||||
|
rake
|
||||||
mina (1.2.3)
|
mina (1.2.3)
|
||||||
open4 (~> 1.3.4)
|
open4 (~> 1.3.4)
|
||||||
rake
|
rake
|
||||||
mini_magick (4.9.5)
|
mini_magick (4.9.5)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.3)
|
||||||
mini_portile2 (2.5.0)
|
mini_portile2 (2.5.0)
|
||||||
minitest (5.14.4)
|
minitest (5.14.4)
|
||||||
momentjs-rails (2.20.1)
|
momentjs-rails (2.20.1)
|
||||||
|
|
@ -324,7 +325,7 @@ GEM
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.5.7)
|
nio4r (2.5.7)
|
||||||
nokogiri (1.11.1)
|
nokogiri (1.11.2)
|
||||||
mini_portile2 (~> 2.5.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
notiffany (0.1.1)
|
notiffany (0.1.1)
|
||||||
|
|
@ -430,18 +431,18 @@ GEM
|
||||||
ruby-openid (>= 2.1.8)
|
ruby-openid (>= 2.1.8)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.2.4.5)
|
rails (5.2.5)
|
||||||
actioncable (= 5.2.4.5)
|
actioncable (= 5.2.5)
|
||||||
actionmailer (= 5.2.4.5)
|
actionmailer (= 5.2.5)
|
||||||
actionpack (= 5.2.4.5)
|
actionpack (= 5.2.5)
|
||||||
actionview (= 5.2.4.5)
|
actionview (= 5.2.5)
|
||||||
activejob (= 5.2.4.5)
|
activejob (= 5.2.5)
|
||||||
activemodel (= 5.2.4.5)
|
activemodel (= 5.2.5)
|
||||||
activerecord (= 5.2.4.5)
|
activerecord (= 5.2.5)
|
||||||
activestorage (= 5.2.4.5)
|
activestorage (= 5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.4.5)
|
railties (= 5.2.5)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-assets-bootstrap (3.3.6)
|
rails-assets-bootstrap (3.3.6)
|
||||||
rails-assets-jquery (>= 1.9.1, < 3)
|
rails-assets-jquery (>= 1.9.1, < 3)
|
||||||
|
|
@ -475,9 +476,9 @@ GEM
|
||||||
rails-i18n (5.1.3)
|
rails-i18n (5.1.3)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 5.0, < 6)
|
railties (>= 5.0, < 6)
|
||||||
railties (5.2.4.5)
|
railties (5.2.5)
|
||||||
actionpack (= 5.2.4.5)
|
actionpack (= 5.2.5)
|
||||||
activesupport (= 5.2.4.5)
|
activesupport (= 5.2.5)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue