Skip to content

Commit

Permalink
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 def2403 commit 05bbc35
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 @@ -112,8 +112,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', '>= 0.4.1'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/cul/best_type.git
revision: ffd671c563729c7783a50f6e394c3a03aa3192ce
branch: LDPD-415-case-sensitive-comparisons
specs:
best_type (1.0.0)
mime-types (~> 3.4)

GIT
remote: https://github.com/elohanlon/rubydora
revision: c8f06c80cdb9fea30bb9717e97743025913bb990
Expand Down Expand Up @@ -95,8 +103,6 @@ GEM
execjs
json
bcrypt (3.1.13)
best_type (1.0.0)
mime-types (~> 3.4)
bigdecimal (1.4.4)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -575,7 +581,7 @@ DEPENDENCIES
addressable (~> 2.7.0)
attr_encrypted (>= 1.3.3)
autoprefixer-rails
best_type (~> 1.0)
best_type!
bigdecimal (~> 1.4.2)
bootstrap-sass (~> 3.3)
byebug
Expand Down

0 comments on commit 05bbc35

Please sign in to comment.