We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf8be8 commit 15ad985Copy full SHA for 15ad985
.github/workflows/ruby.yml
@@ -14,7 +14,7 @@ jobs:
14
rails_version: ['7.0.4.1']
15
ruby: ['3.1', '3.2']
16
bootstrap_version: ['~> 4.0']
17
- blacklight_version: ['latest']
+ blacklight_version: ['']
18
additional_engine_cart_rails_options: ['']
19
additional_name: ['']
20
include:
spec/test_app_templates/Gemfile.extra
@@ -5,4 +5,6 @@ if ENV['BLACKLIGHT_VERSION'] == 'edge'
5
gem 'blacklight', github: 'projectblacklight/blacklight'
6
gem 'blacklight-gallery', github: 'projectblacklight/blacklight-gallery'
7
gem 'blacklight-oembed', github: 'projectblacklight/blacklight-oembed'
8
+elsif ENV['BLACKLIGHT_VERSION'] && !ENV['BLACKLIGHT_VERSION'].blank?
9
+ gem 'blacklight', ENV['BLACKLIGHT_VERSION']
10
end
0 commit comments