Skip to content

Commit

Permalink
Merge pull request #17 from mlibrary/hlb-update
Browse files Browse the repository at this point in the history
updated hlb gem
  • Loading branch information
niquerio authored Aug 1, 2022
2 parents 1ecb447 + 1f65981 commit 3d3635b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions umich_catalog_indexing/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ end

gem 'marc-fastxmlwriter', '~>1.0'

gem 'high_level_browse',
git: 'https://github.com/billdueber/high_level_browse',
branch: 'nokogiri_not_oga'
gem 'high_level_browse', '>=1.1'

gem 'pry'

Expand Down
14 changes: 4 additions & 10 deletions umich_catalog_indexing/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/billdueber/high_level_browse
revision: 6af3ed8bfeb2022191b75f7d8900f470c68dbf7c
branch: nokogiri_not_oga
specs:
high_level_browse (0.2.0)
nokogiri (~> 1.0)

GIT
remote: https://github.com/mlibrary/alma_rest_client
revision: 1d41c631573e4585562e06b43df025c2cdac99c6
Expand Down Expand Up @@ -52,6 +44,8 @@ GEM
rake
hashdiff (1.0.1)
hashie (5.0.0)
high_level_browse (1.1.1)
nokogiri (~> 1.0)
http (5.0.4)
addressable (~> 2.8)
http-cookie (~> 1.0)
Expand Down Expand Up @@ -179,7 +173,7 @@ DEPENDENCIES
alma_rest_client!
bundler (~> 2.0)
byebug
high_level_browse!
high_level_browse (>= 1.1)
httpclient (~> 2.0)
jdbc-mysql (~> 8.0)
library_stdnums (~> 1.0)
Expand All @@ -205,4 +199,4 @@ DEPENDENCIES
yell (~> 2.0)

BUNDLED WITH
2.3.13
2.3.10

0 comments on commit 3d3635b

Please sign in to comment.