Skip to content

Commit

Permalink
Bump mime-types from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.4.1 to 3.5.0.
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/History.md)
- [Commits](mime-types/ruby-mime-types@v3.4.1...v3.5.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>
  • Loading branch information
dependabot[bot] committed Aug 8, 2023
1 parent b89cd1c commit 7d6d952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'haml', '~> 6.1'
gem 'iso-639', '~> 0.3.6'
gem 'json', '~> 2.6'
gem 'mail', '~> 2.8'
gem 'mime-types', '~> 3.4'
gem 'mime-types', '~> 3.5'
gem 'nokogiri', '~> 1.13'
gem 'redis-namespace', '~> 1.11'
gem 'rest-client', '~> 2.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
net-imap
net-pop
net-smtp
mime-types (3.4.1)
mime-types (3.5.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
iso-639 (~> 0.3.6)
json (~> 2.6)
mail (~> 2.8)
mime-types (~> 3.4)
mime-types (~> 3.5)
nokogiri (~> 1.13)
rack-test (~> 2.1)
rake (~> 13.0)
Expand Down

0 comments on commit 7d6d952

Please sign in to comment.