Skip to content

Commit

Permalink
Point to newer version of the best_type gem (via github)
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Jun 5, 2024
1 parent 5b1da6c commit b99ff83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ gem 'ruby-vips', '~> 2.0.16'
#gem 'imogen', :path => '../imogen'

# Use best type for mime/dc lookups
gem 'best_type', '0.0.9'
#gem 'best_type', '0.0.9'
gem 'best_type', git: 'https://github.com/cul/best_type.git', branch: 'LDPD-415-case-sensitive-comparisons'

# Use streamio-ffmpeg for audio/video
# https://github.com/streamio/streamio-ffmpeg
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ GIT
active-fedora (~> 8.0)
activesupport (>= 5.2)

GIT
remote: https://github.com/cul/best_type.git
revision: 4f896d659c8eb281a7bf267eac6f81c00149385c
branch: LDPD-415-case-sensitive-comparisons
specs:
best_type (1.0.0)
mime-types (~> 3.4)

GIT
remote: https://github.com/cul/cul_hydra.git
revision: 6ef8d8dd4888003376e6aef9a3febb60fd22f8d6
Expand Down Expand Up @@ -119,8 +127,6 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
best_type (0.0.9)
mime-types (~> 3.0)
bindex (0.8.1)
blacklight (7.24.0)
deprecation
Expand Down Expand Up @@ -491,7 +497,7 @@ PLATFORMS
DEPENDENCIES
active_fedora_relsint!
addressable (~> 2.5)
best_type (= 0.0.9)
best_type!
blacklight (~> 7.22)
bootsnap
byebug
Expand Down

0 comments on commit b99ff83

Please sign in to comment.