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:
2
Gemfile
2
Gemfile
@@ -15,7 +15,7 @@ gem 'rack', '~> 2.2'
|
|||||||
gem 'rack-protection', '~> 3.0.5'
|
gem 'rack-protection', '~> 3.0.5'
|
||||||
gem 'em-websocket', '~> 0.5.3' # WebSocket support
|
gem 'em-websocket', '~> 0.5.3' # WebSocket support
|
||||||
gem 'uglifier', '~> 4.2'
|
gem 'uglifier', '~> 4.2'
|
||||||
gem 'mime-types', '~> 3.4', '>= 3.4.1'
|
gem 'mime-types', '~> 3.5'
|
||||||
gem 'execjs', '~> 2.9'
|
gem 'execjs', '~> 2.9'
|
||||||
gem 'ansi', '~> 1.5'
|
gem 'ansi', '~> 1.5'
|
||||||
gem 'term-ansicolor', :require => 'term/ansicolor'
|
gem 'term-ansicolor', :require => 'term/ansicolor'
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ GEM
|
|||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
maxmind-db (1.2.0)
|
maxmind-db (1.2.0)
|
||||||
method_source (1.0.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.2015)
|
||||||
mime-types-data (3.2023.1205)
|
mime-types-data (3.2023.1205)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
@@ -265,7 +265,7 @@ DEPENDENCIES
|
|||||||
irb (~> 1.11)
|
irb (~> 1.11)
|
||||||
json
|
json
|
||||||
maxmind-db (~> 1.2)
|
maxmind-db (~> 1.2)
|
||||||
mime-types (~> 3.4, >= 3.4.1)
|
mime-types (~> 3.5)
|
||||||
msfrpc-client (~> 1.1, >= 1.1.2)
|
msfrpc-client (~> 1.1, >= 1.1.2)
|
||||||
net-smtp
|
net-smtp
|
||||||
otr-activerecord (~> 2.2.0)
|
otr-activerecord (~> 2.2.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user