Skip to content

Commit

Permalink
Merge pull request #687 from tulibraries/dependabot/bundler/blackligh…
Browse files Browse the repository at this point in the history
…t-8.7.0

Bump blacklight from 8.3.0 to 8.7.0
  • Loading branch information
cdoyle-temple authored Jan 6, 2025
2 parents 9a398d1 + f4c297b commit a9aa838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.1"

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
9 changes: 5 additions & 4 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.9)
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 @@ -490,7 +491,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 a9aa838

Please sign in to comment.