Sha256: e378b20f7c1ae8840f143dcf52a689fe919e3b19679b6df742ead422e1eda815
Contents?: true
Size: 286 Bytes
Versions: 17
Compression:
Stored size: 286 Bytes
Contents
# frozen_string_literal: true gem 'blacklight', '>= 7.0' after_bundle do # run the blacklight install generator options = ENV.fetch("BLACKLIGHT_INSTALL_OPTIONS", '--devise --marc') generate 'blacklight:install', options # run the database migrations rake "db:migrate" end
Version data entries
17 entries across 17 versions & 2 rubygems