Skip to content

Commit

Permalink
Temporarily point best_type gem to repo branch
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Jun 5, 2024
1 parent 079e21c commit 78afc71
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 @@ -101,8 +101,9 @@ gem 'solrizer', '>= 3.4.1'
# Use wowza token gem for generating tokens
gem 'wowza-secure_token', '0.0.1'

gem 'best_type', '~> 1.0'
# gem 'best_type', '~> 1.0'
# gem 'best_type', path: '../best_type'
gem 'best_type', git: 'https://github.com/cul/best_type.git', branch: 'LDPD-415-case-sensitive-comparisons'

# Specify min version for active_fedora_relsint because of a needed fix
gem 'active_fedora_relsint', git: 'https://github.com/cul/active_fedora_relsint', ref: '91114c78c9af344673f1e899624031da79b72693'
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: 0e52939220a0e35b776f5a579be5d4b17f79cfb9
branch: LDPD-415-case-sensitive-comparisons
specs:
best_type (1.0.0)
mime-types (~> 3.4)

GIT
remote: https://github.com/cul/cul_hydra
revision: 746f25d4907603b833c58b84b9adaa76982a41da
Expand Down Expand Up @@ -118,8 +126,6 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
best_type (1.0.0)
mime-types (~> 3.4)
bigdecimal (3.1.5)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -564,7 +570,7 @@ DEPENDENCIES
addressable (~> 2.7.0)
attr_encrypted (>= 1.3.3)
autoprefixer-rails
best_type (~> 1.0)
best_type!
bootsnap
bootstrap-sass (~> 3.4.1)
byebug
Expand Down

0 comments on commit 78afc71

Please sign in to comment.