Skip to content

Instantly share code, notes, and snippets.

@nabeta
Last active April 19, 2020 15:35
Show Gist options
  • Save nabeta/7effc916c91549e3c5a518960df4bd0e to your computer and use it in GitHub Desktop.
Save nabeta/7effc916c91549e3c5a518960df4bd0e to your computer and use it in GitHub Desktop.
# application template for enju_leaf
# https://github.com/next-l/enju_leaf
gem 'enju_leaf', '~> 2.0.0.rc.1'
gem 'enju_manifestation_viewer', '~> 0.4.0.rc.1'
gem 'enju_circulation', '~> 0.4.0.rc.1'
gem 'enju_subject', '~> 0.4.0.rc.1'
gem 'enju_ndl', '~> 0.4.0.rc.1'
gem 'enju_inventory', '~> 0.4.0.rc.1'
gem 'charlock_holmes', platforms: :mri
gem 'resque', require: 'resque/server'
gem 'exception_notification', '~> 4.2'
gem 'sunspot_solr', '~> 2.5'
gem 'progress_bar'
gem 'non-stupid-digest-assets'
gem 'dotenv-rails', '~> 2.5'
gem 'fix_microsoft_links'
gem 'jquery-rails'
gem 'paper_trail'
gem 'rails-i18n'
run "yarn add @rails/activestorage @rails/ujs bootstrap jquery popper.js @fortawesome/fontawesome-free"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment