diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-09-25 20:32:37 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-25 20:32:37 +0200 |
commit | 29e2d9e1b7b2ae7e165d376806e11dfae05190c9 (patch) | |
tree | 538637d45b01b1fa45c7d0fb26a508098a008052 /Gemfile | |
parent | d7f8e2ea41c613fe74a9f218c5ae521599cf9260 (diff) |
Bump mime-types from 3.1 to 3.2.2 (#8781)
Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.1 to 3.2.2. - [Release notes](https://github.com/mime-types/ruby-mime-types/releases) - [Changelog](https://github.com/mime-types/ruby-mime-types/blob/master/History.md) - [Commits](https://github.com/mime-types/ruby-mime-types/compare/v3.1...v3.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 6d2a22302..e3c17b4a3 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem 'httplog', '~> 1.0' gem 'idn-ruby', require: 'idn' gem 'kaminari', '~> 1.1' gem 'link_header', '~> 0.0' -gem 'mime-types', '~> 3.1', require: 'mime/types/columnar' +gem 'mime-types', '~> 3.2', require: 'mime/types/columnar' gem 'nokogiri', '~> 1.8' gem 'nsa', '~> 0.2' gem 'oj', '~> 3.5' |