Bump mime-types from 3.5.1 to 3.5.2

Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.5.1 to 3.5.2.
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/History.md)
- [Commits](https://github.com/mime-types/ruby-mime-types/compare/v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-02 13:13:24 +00:00
committed by GitHub
parent 482143067b
commit 8539f6dfab
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ gem 'rack', '~> 2.2'
gem 'rack-protection', '~> 3.0.5'
gem 'em-websocket', '~> 0.5.3' # WebSocket support
gem 'uglifier', '~> 4.2'
gem 'mime-types', '~> 3.4', '>= 3.4.1'
gem 'mime-types', '~> 3.5'
gem 'execjs', '~> 2.9'
gem 'ansi', '~> 1.5'
gem 'term-ansicolor', :require => 'term/ansicolor'

View File

@@ -87,7 +87,7 @@ GEM
matrix (0.4.2)
maxmind-db (1.2.0)
method_source (1.0.0)
mime-types (3.5.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
mini_mime (1.1.5)
@@ -265,7 +265,7 @@ DEPENDENCIES
irb (~> 1.11)
json
maxmind-db (~> 1.2)
mime-types (~> 3.4, >= 3.4.1)
mime-types (~> 3.5)
msfrpc-client (~> 1.1, >= 1.1.2)
net-smtp
otr-activerecord (~> 2.2.0)