Skip to content

Commit

Permalink
Bump blacklight from 7.34.0 to 7.35.0
Browse files Browse the repository at this point in the history
Bumps [blacklight](https://github.com/projectblacklight/blacklight) from 7.34.0 to 7.35.0.
- [Release notes](https://github.com/projectblacklight/blacklight/releases)
- [Commits](projectblacklight/blacklight@v7.34.0...v7.35.0)

---
updated-dependencies:
- dependency-name: blacklight
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent 420c1ef commit f4b6d62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ group :test do
gem "simplecov", require: false
gem "webdrivers"
end
gem "blacklight", "~> 7.34"
gem "blacklight", "~> 7.35"

# BL Advanced Search / Pinned to EWL bug-fix
# See: https://github.com/projectblacklight/blacklight_advanced_search/issues/127
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ GEM
bcrypt (3.1.19)
bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
blacklight (7.34.0)
blacklight (7.35.0)
deprecation
globalid
hashdiff
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.1)
rails (>= 5.1, < 7.2)
view_component (>= 2.66, < 4)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
dry-validation (~> 1.0, >= 1.0.0)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
execjs (~> 2.0)
sprockets (>= 2.0.0)
tilt (>= 1.2)
hashdiff (1.0.1)
hashdiff (1.1.0)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
Expand Down Expand Up @@ -306,7 +306,7 @@ GEM
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -331,25 +331,25 @@ GEM
mysql2 (0.5.5)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.1)
net-imap (0.4.9)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.4.0)
net-protocol
net-ssh (7.2.0)
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
nio4r (2.7.0)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.5.5)
ostruct (0.6.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -364,7 +364,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -507,7 +507,7 @@ GEM
temple (0.10.3)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
timeout (0.4.1)
turbo-rails (1.5.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
Expand All @@ -522,7 +522,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
view_component (3.6.0)
view_component (3.8.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -554,7 +554,7 @@ PLATFORMS
DEPENDENCIES
awesome_print
bcrypt_pbkdf (~> 1.0, < 2.0)
blacklight (~> 7.34)
blacklight (~> 7.35)
blacklight_advanced_search!
bootsnap
bootstrap (~> 4.0)
Expand Down

0 comments on commit f4b6d62

Please sign in to comment.