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

Bump cob_index from v0.13.3 to v0.13.4 #201

Merged
merged 1 commit into from
Mar 14, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gem "rsolr"
gem "rspec"
gem "cob_index",
git: "https://github.com/tulibraries/cob_index.git",
tag: "v0.13.3"
tag: "v0.13.4"
gem "alma"
gem "lc_solr_sortable", git: "https://github.com/tulibraries/lc_solr_sortable", branch: "main"
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/tulibraries/cob_index.git
revision: 18751c353193efeaeca1a994f2a68571e278acb5
tag: v0.13.3
revision: 7adb789905dca6061a234e13563ee292b86a9cac
tag: v0.13.4
specs:
cob_index (0.1.0)
gli (~> 2.18)
Expand Down Expand Up @@ -29,6 +29,7 @@ GEM
activesupport
httparty
xml-simple
base64 (0.2.0)
builder (3.2.4)
concurrent-ruby (1.2.3)
diff-lcs (1.5.1)
Expand All @@ -40,16 +41,17 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
ffi-compiler (1.3.1)
ffi (>= 1.15.5)
rake
gli (2.21.1)
hashie (5.0.0)
http (5.1.1)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
Expand All @@ -60,7 +62,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
library_stdnums (1.6.0)
llhttp-ffi (0.4.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
marc (1.2.0)
Expand Down Expand Up @@ -101,7 +103,7 @@ GEM
ruby2_keywords (0.0.5)
scrub_rb (1.0.1)
slop (4.10.1)
traject (3.8.1)
traject (3.8.2)
concurrent-ruby (>= 0.8.0)
dot-properties (>= 0.1.1)
hashie (>= 3.1, < 6)
Expand Down