We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b157b35 commit 0141545Copy full SHA for 0141545
1 file changed
Gemfile
@@ -74,8 +74,8 @@ gem "zip_tricks", "5.3.1" # 5.3.1 is required as 5.4+ breaks the download all fe
74
gem "openapi_parser", "< 1.0"
75
76
# 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'
+gem "blacklight", "~> 8.0.0.a", github: "projectblacklight/blacklight", branch: "main"
+gem "blacklight-hierarchy", "~> 6.0", github: "sul-dlss/blacklight-hierarchy", branch: "release-8.x"
79
gem "dor-services-client", "~> 12.5"
80
gem "dor-workflow-client", "~> 4.0"
81
gem "druid-tools"
0 commit comments