Skip to content

Commit

Permalink
Merge pull request #241 from tulibraries/dependabot/bundler/cob_index…
Browse files Browse the repository at this point in the history
…-v0.15.3

Bump cob_index from v0.15.0 to v0.15.3
  • Loading branch information
sensei100 authored Feb 21, 2025
2 parents 7e71b21 + 7877efe commit 4249921
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "rsolr"
gem "rspec"
gem "cob_index",
git: "https://github.com/tulibraries/cob_index.git",
tag: "v0.15.0"
tag: "v0.15.3"
gem "alma"
gem "lc_solr_sortable", git: "https://github.com/tulibraries/lc_solr_sortable", branch: "main"

Expand Down
32 changes: 17 additions & 15 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: 03a8eff27fadb7d2e12cc60d79e95d5fd716760f
tag: v0.15.0
revision: 230368c07fc745386562070acd38623df01c096a
tag: v0.15.3
specs:
cob_index (0.1.0)
gli (~> 2.18)
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
bigdecimal (3.1.8)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.1)
Expand All @@ -53,14 +53,15 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
gli (2.22.0)
gli (2.22.2)
ostruct
hashie (5.0.0)
http (5.2.0)
addressable (~> 2.8)
Expand All @@ -83,17 +84,17 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.3)
marc (1.2.0)
marc (1.3.0)
nokogiri (~> 1.0)
rexml
scrub_rb (>= 1.0.1, < 2)
unf
marc-fastxmlwriter (1.1.0)
marc (~> 1.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.4)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.3.0)
net-http (0.4.1)
uri
nokogiri (1.18.3-aarch64-linux-gnu)
Expand All @@ -104,6 +105,7 @@ GEM
racc (~> 1.4)
nokogiri (1.18.3-x86_64-linux-gnu)
racc (~> 1.4)
ostruct (0.6.1)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -112,7 +114,7 @@ GEM
public_suffix (6.0.1)
racc (1.8.1)
rake (13.2.1)
rexml (3.3.9)
rexml (3.4.1)
rsolr (2.6.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
Expand All @@ -129,23 +131,23 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
scrub_rb (1.0.1)
securerandom (0.4.0)
slop (4.10.1)
traject (3.8.2)
traject (3.8.3)
concurrent-ruby (>= 0.8.0)
csv
dot-properties (>= 0.1.1)
hashie (>= 3.1, < 6)
http (>= 3.0, < 6)
httpclient (~> 2.5)
marc (~> 1.0)
marc-fastxmlwriter (~> 1.0)
mutex_m
nokogiri (~> 1.9)
slop (~> 4.0)
yell
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.2.0)
uri (0.13.0)
xml-simple (1.1.9)
rexml
Expand Down

0 comments on commit 4249921

Please sign in to comment.