Skip to content

Commit

Permalink
Merge pull request #523 from amatsuda/bundle_u_mimemagic
Browse files Browse the repository at this point in the history
budnle u mimemagic
  • Loading branch information
amatsuda authored Mar 6, 2025
2 parents ae42439 + 263ff10 commit eadfde0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ruby File.read(".ruby-version").strip
gem 'puma'
gem 'rails', '~> 8.0.0'
gem 'logger'
gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
gem 'mimemagic'
gem 'mime-types-data'
gem 'mime-types'
gem 'rexml'
Expand Down
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: https://github.com/mimemagicrb/mimemagic.git
revision: 01f92d86d15d85cfd0f20dabd025dcbd36a8a60f
ref: 01f92d86d15d85cfd0f20dabd025dcbd36a8a60f
specs:
mimemagic (0.3.5)

GEM
remote: https://rails-assets.org/
specs:
Expand Down Expand Up @@ -316,6 +309,9 @@ GEM
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0304)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (5.1.2)
benchmark
logger
Expand Down Expand Up @@ -628,7 +624,7 @@ DEPENDENCIES
matrix
mime-types
mime-types-data
mimemagic!
mimemagic
net-imap
net-pop
net-smtp
Expand Down

0 comments on commit eadfde0

Please sign in to comment.