Bump mime-types from 3.5.2 to 3.6.0
Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.5.2 to 3.6.0. - [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.2...v3.6.0) --- updated-dependencies: - dependency-name: mime-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -14,7 +14,7 @@ gem 'rack', '~> 2.2'
|
||||
gem 'rack-protection', '~> 3.2.0'
|
||||
gem 'em-websocket', '~> 0.5.3' # WebSocket support
|
||||
gem 'uglifier', '~> 4.2'
|
||||
gem 'mime-types', '~> 3.5'
|
||||
gem 'mime-types', '~> 3.6'
|
||||
gem 'execjs', '~> 2.9'
|
||||
gem 'ansi', '~> 1.5'
|
||||
gem 'term-ansicolor', :require => 'term/ansicolor'
|
||||
|
||||
@@ -90,9 +90,10 @@ GEM
|
||||
matrix (0.4.2)
|
||||
maxmind-db (1.2.0)
|
||||
method_source (1.1.0)
|
||||
mime-types (3.5.2)
|
||||
mime-types (3.6.0)
|
||||
logger
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2024.0903)
|
||||
mime-types-data (3.2024.1001)
|
||||
mini_mime (1.1.5)
|
||||
minitest (5.25.1)
|
||||
mojo_magick (0.6.8)
|
||||
@@ -282,7 +283,7 @@ DEPENDENCIES
|
||||
irb (~> 1.13)
|
||||
json
|
||||
maxmind-db (~> 1.2)
|
||||
mime-types (~> 3.5)
|
||||
mime-types (~> 3.6)
|
||||
msfrpc-client (~> 1.1, >= 1.1.2)
|
||||
net-smtp
|
||||
otr-activerecord (~> 2.2.0)
|
||||
|
||||
Reference in New Issue
Block a user