Sha256: 68db68ea7ee13c12c7bfcc6e76c71ec0f31dd30c9b414e7bf1b22bca4ca66143
Contents?: true
Size: 314 Bytes
Versions: 3
Compression:
Stored size: 314 Bytes
Contents
gem 'rails-controller-testing' if ENV['BLACKLIGHT_VERSION'] # allow direct git and other with serialized json kw args require 'json' if ENV['BLACKLIGHT_VERSION'].start_with?("{") gem "blacklight", **JSON.parse(ENV['BLACKLIGHT_VERSION']) else gem "blacklight", ENV['BLACKLIGHT_VERSION'] end end
Version data entries
3 entries across 3 versions & 1 rubygems