Skip to content

Commit

Permalink
bundle update blacklight 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Dec 20, 2024
1 parent d629b9a commit 5734345
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 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 'alma'
gem 'babel-transpiler'
gem 'bcrypt_pbkdf'
# Blacklight
gem 'blacklight', '~> 8.6.1'
gem 'blacklight', '~> 8.7.0'
gem 'blacklight_dynamic_sitemap'
gem 'blacklight-hierarchy'
gem 'blacklight-marc', '~>8.1'
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ GEM
parser (>= 2.4)
smart_properties
bigdecimal (3.1.8)
blacklight (8.6.1)
blacklight (8.7.0)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 6.1, < 8)
rails (>= 6.1, < 9)
view_component (>= 2.74, < 4)
zeitwerk
blacklight-hierarchy (6.4.0)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
libddwaf (~> 1.15.0.0.0)
msgpack
datadog-ruby_core_source (3.3.6)
date (3.4.0)
date (3.4.1)
deprecation (1.1.0)
activesupport
descendants_tracker (0.0.4)
Expand Down Expand Up @@ -333,8 +333,8 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-console (0.7.2)
irb (1.14.1)
io-console (0.8.0)
irb (1.14.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.0)
Expand Down Expand Up @@ -413,7 +413,7 @@ GEM
racc (~> 1.7)
net-http (0.5.0)
uri
net-imap (0.5.1)
net-imap (0.5.2)
date
net-protocol
net-ldap (0.19.0)
Expand Down Expand Up @@ -465,7 +465,8 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
puma (6.4.3)
Expand Down Expand Up @@ -525,7 +526,7 @@ GEM
rake (13.2.1)
rbs (2.8.4)
rbtree (0.4.6)
rdoc (6.8.1)
rdoc (6.9.1)
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
Expand All @@ -537,7 +538,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.2)
reline (0.5.11)
reline (0.6.0)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -683,7 +684,7 @@ GEM
thread_safe (0.3.6)
tilt (2.4.0)
timecop (0.9.10)
timeout (0.4.2)
timeout (0.4.3)
tins (1.37.0)
bigdecimal
sync
Expand Down Expand Up @@ -757,7 +758,7 @@ DEPENDENCIES
axe-core-rspec
babel-transpiler
bcrypt_pbkdf
blacklight (~> 8.6.1)
blacklight (~> 8.7.0)
blacklight-hierarchy
blacklight-marc (~> 8.1)
blacklight_dynamic_sitemap
Expand Down

0 comments on commit 5734345

Please sign in to comment.