Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
12 lines (7 sloc) 243 Bytes
# frozen_string_literal: true
gem 'warclight', github: 'archivesunleashed/warclight'
gem 'blacklight_range_limit', '7.0.0'
run 'bundle install'
generate 'blacklight:install', '--devise'
generate 'warclight:install', '-f'
rake 'db:migrate'
You can’t perform that action at this time.