Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed May 20, 2022
1 parent 832e09f commit 383682e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gem 'openapi_parser', '< 1.0'

# Stanford related gems
gem 'blacklight', '~> 8.0.0.a', github: 'projectblacklight/blacklight', branch: 'main'
gem 'blacklight-hierarchy', '~> 5.2', github: 'sul-dlss/blacklight-hierarchy', branch: 'release-8.x'
gem 'blacklight-hierarchy', '~> 6.0', github: 'sul-dlss/blacklight-hierarchy', branch: 'release-8.x'
gem 'dor-services-client', '~> 12.0'
gem 'dor-workflow-client', '~> 4.0'
gem 'druid-tools'
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/projectblacklight/blacklight.git
revision: d060af02c8159ff2d65642dd5f7b61318b72d712
revision: ec5f6e62a8095af754e45eee883ed6824f097129
branch: main
specs:
blacklight (8.0.0.alpha)
Expand All @@ -10,18 +10,18 @@ GIT
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 5.1, < 7)
view_component (~> 2.42)
rails (>= 5.1, < 8)
view_component (~> 2.43)

GIT
remote: https://github.com/sul-dlss/blacklight-hierarchy.git
revision: 8946cbe61371251abb9a0b651fcfe7c21b126ab8
revision: 17746d4217ace717fa02eaeddde7ec3e948ddf2f
branch: release-8.x
specs:
blacklight-hierarchy (5.3.0)
blacklight-hierarchy (6.0.1)
blacklight (~> 8.0.0.a)
deprecation
rails (>= 5.1, < 7)
rails (>= 6, < 7.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
ast (2.4.2)
attr_extras (6.2.5)
barby (0.6.8)
bcrypt (3.1.17)
bcrypt (3.1.18)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
Expand All @@ -111,7 +111,7 @@ GEM
bootsnap (1.11.1)
msgpack (~> 1.2)
builder (3.2.4)
bundler-audit (0.9.0.1)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (2.0.2)
faraday-net_http (2.0.3)
faraday-retry (1.0.3)
ffi (1.15.5)
globalid (1.0.0)
Expand All @@ -290,7 +290,7 @@ GEM
activesupport (>= 5.0.0)
jsbundling-rails (1.0.2)
railties (>= 6.0.0)
json (2.6.1)
json (2.6.2)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -513,7 +513,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.10.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
ruby-ole (1.2.12.2)
ruby-prof (1.4.3)
Expand Down Expand Up @@ -606,7 +606,7 @@ PLATFORMS
DEPENDENCIES
barby
blacklight (~> 8.0.0.a)!
blacklight-hierarchy (~> 5.2)!
blacklight-hierarchy (~> 6.0)!
bootsnap (>= 1.4.2)
byebug
cancancan
Expand Down
8 changes: 0 additions & 8 deletions config/initializers/blacklight.rb

This file was deleted.

0 comments on commit 383682e

Please sign in to comment.