Skip to content

Commit

Permalink
Fix mediainfo.
Browse files Browse the repository at this point in the history
This uses our branch, which hopefully we'll get into upstream.
  • Loading branch information
tpendragon committed Oct 26, 2022
1 parent 461e66b commit 2bbaa29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gem "logstash-event"
gem "loofah"
gem "m3u8"
gem "marc"
gem "mediainfo", "~> 1.0"
gem "mediainfo", "~> 1.0", github: "pulibrary/mediainfo", branch: "further_sanitize_track_names"
gem "mini_magick"
gem "modernizr-rails"
gem "normalize-rails"
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ GIT
devise-guests (0.8.1)
devise

GIT
remote: https://github.com/pulibrary/mediainfo.git
revision: 58f3e304f01009b459954b82d0675562106b1ac8
branch: further_sanitize_track_names
specs:
mediainfo (1.5.0)

GIT
remote: https://github.com/pulibrary/ruby_tika_app
revision: a69d46ad16966205d6159e275cb8ac5136bce662
Expand Down Expand Up @@ -589,7 +596,6 @@ GEM
unf
marcel (1.0.2)
matrix (0.4.2)
mediainfo (1.5.0)
memoist (0.16.2)
method_source (1.0.0)
mime-types (3.4.1)
Expand Down Expand Up @@ -1025,7 +1031,7 @@ DEPENDENCIES
loofah
m3u8
marc
mediainfo (~> 1.0)
mediainfo (~> 1.0)!
mini_magick
modernizr-rails
normalize-rails
Expand Down

0 comments on commit 2bbaa29

Please sign in to comment.