diff options
author | Shlee <github@shl.ee> | 2020-01-05 05:48:18 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-04 22:48:18 +0100 |
commit | 882a7d3d1413cae361a618f6686169c5aa599d54 (patch) | |
tree | 8faf9b44f6ea7746df07726f5a4910a2ffc0bfa7 | |
parent | 49b2f7c0a2aa41b1da77b652415078e19fcdcad8 (diff) |
Gemfile Updates - fixes warnings (#12759)
* Update Gemfile.lock * Update Gemfile.lock * Update Gemfile
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile index c7ed114ca..c3bc3b835 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'httplog', '~> 1.3' gem 'idn-ruby', require: 'idn' gem 'kaminari', '~> 1.1' gem 'link_header', '~> 0.0' -gem 'mime-types', '~> 3.3', require: 'mime/types/columnar' +gem 'mime-types', '~> 3.3.1', require: 'mime/types/columnar' gem 'nilsimsa', git: 'https://github.com/witgo/nilsimsa', ref: 'fd184883048b922b176939f851338d0a4971a532' gem 'nokogiri', '~> 1.10' gem 'nsa', '~> 0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 9610eccd9..38f0a24af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,7 +242,7 @@ GEM fabrication (2.21.0) faker (2.10.0) i18n (>= 1.6, < 1.8) - faraday (0.15.4) + faraday (1.0.0) multipart-post (>= 1.2, < 3) fast_blank (1.0.0) fastimage (2.1.7) @@ -372,9 +372,9 @@ GEM microformats (4.1.0) json (~> 2.1) nokogiri (~> 1.8, >= 1.8.3) - mime-types (3.3) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0904) + mime-types-data (3.2019.1009) mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) |