Skip to content

Commit

Permalink
Bump blacklight from 8.3.0 to 8.7.0
Browse files Browse the repository at this point in the history
Bumps [blacklight](https://github.com/projectblacklight/blacklight) from 8.3.0 to 8.7.0.
- [Release notes](https://github.com/projectblacklight/blacklight/releases)
- [Commits](projectblacklight/blacklight@v8.3.0...v8.7.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 5, 2024
1 parent 046aba7 commit b8a052c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", "7.2.2"

gem "base64", "0.2.0"
gem "blacklight", "~> 8.3.0"
gem "blacklight", "~> 8.7.0"
gem "blacklight_oai_provider", github: "projectblacklight/blacklight_oai_provider", branch: "main"
gem "bootsnap", ">= 1.1.0", require: false
gem "bootstrap"
Expand Down
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,15 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.8)
bindex (0.8.1)
blacklight (8.3.0)
blacklight (8.7.0)
globalid
i18n (>= 1.7.0)
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 6.1, < 8)
view_component (>= 2.66, < 4)
rails (>= 6.1, < 9)
view_component (>= 2.74, < 4)
zeitwerk
bootsnap (1.18.4)
msgpack (~> 1.2)
bootstrap (5.3.3)
Expand Down Expand Up @@ -137,7 +138,7 @@ GEM
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
dalli (3.2.8)
date (3.4.0)
date (3.4.1)
diff-lcs (1.5.1)
domain_name (0.6.20240107)
dot-properties (0.1.4)
Expand Down Expand Up @@ -331,9 +332,9 @@ GEM
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.2.1.2)
actionpack (= 7.2.1.2)
activesupport (= 7.2.1.2)
railties (7.2.2)
actionpack (= 7.2.2)
activesupport (= 7.2.2)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -481,7 +482,7 @@ PLATFORMS

DEPENDENCIES
base64 (= 0.2.0)
blacklight (~> 8.3.0)
blacklight (~> 8.7.0)
blacklight_oai_provider!
bootsnap (>= 1.1.0)
bootstrap
Expand Down

0 comments on commit b8a052c

Please sign in to comment.