Skip to content

Commit 0141545

Browse files
committed
Fix
1 parent b157b35 commit 0141545

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ gem "zip_tricks", "5.3.1" # 5.3.1 is required as 5.4+ breaks the download all fe
7474
gem "openapi_parser", "< 1.0"
7575

7676
# Stanford related gems
77-
gem 'blacklight', '~> 8.0.0.a', github: 'projectblacklight/blacklight', branch: 'main'
78-
gem 'blacklight-hierarchy', '~> 6.0', github: 'sul-dlss/blacklight-hierarchy', branch: 'release-8.x'
77+
gem "blacklight", "~> 8.0.0.a", github: "projectblacklight/blacklight", branch: "main"
78+
gem "blacklight-hierarchy", "~> 6.0", github: "sul-dlss/blacklight-hierarchy", branch: "release-8.x"
7979
gem "dor-services-client", "~> 12.5"
8080
gem "dor-workflow-client", "~> 4.0"
8181
gem "druid-tools"

0 commit comments

Comments
 (0)