Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mediainfo. #5487

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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