Skip to content

Commit

Permalink
Update to blacklight-marc 8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Aug 19, 2024
1 parent 774fed3 commit 53ba158
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
blacklight (>= 7.18, < 9)
deprecation
rails (>= 6.1, < 7.3)
blacklight-marc (8.1.3)
blacklight-marc (8.1.4)
blacklight (>= 7.11, < 9)
library_stdnums
marc (>= 0.4.3, < 2.0)
Expand Down Expand Up @@ -271,9 +271,16 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -364,7 +371,7 @@ GEM
iso-639
nokogiri (>= 1.6.6)
nom-xml (~> 1.0)
mods_display (1.6.2)
mods_display (1.6.3)
i18n
rails_autolink
stanford-mods (~> 3.3, >= 3.3.9)
Expand Down Expand Up @@ -394,8 +401,14 @@ GEM
net-ssh (7.2.3)
newrelic_rpm (9.12.0)
nio4r (2.7.3)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -590,7 +603,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sshkit (1.23.0)
Expand Down Expand Up @@ -657,11 +673,20 @@ GEM
zeitwerk (2.6.17)

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-22
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
bitly (>= 2.0.0.beta)
Expand Down

0 comments on commit 53ba158

Please sign in to comment.