Skip to content

Commit

Permalink
Merge pull request #321 from ifad/dependabot/bundler/mime-types-3.6.0
Browse files Browse the repository at this point in the history
Bump mime-types from 3.5.2 to 3.6.0
  • Loading branch information
tagliala authored Oct 7, 2024
2 parents f4ebc97 + 3524a28 commit 12f08cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.3'
gem 'iso-639', '~> 0.3.6'
gem 'json', '~> 2.7'
gem 'mail', '~> 2.8'
gem 'mime-types', '~> 3.5'
gem 'mime-types', '~> 3.6'
gem 'nokogiri', '~> 1.13'
gem 'redis', '~> 4.8'
gem 'redis-namespace', '~> 1.11'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ GEM
iso-639 (0.3.6)
json (2.7.2)
kgio (2.11.4)
logger (1.6.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
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)
mini_portile2 (2.8.7)
mustermann (3.0.3)
Expand Down Expand Up @@ -129,7 +131,7 @@ DEPENDENCIES
iso-639 (~> 0.3.6)
json (~> 2.7)
mail (~> 2.8)
mime-types (~> 3.5)
mime-types (~> 3.6)
nokogiri (~> 1.13)
rack-test
rake
Expand Down

0 comments on commit 12f08cd

Please sign in to comment.