Skip to content

Instantly share code, notes, and snippets.

@orumin
Last active January 20, 2019 03:49
Show Gist options
  • Select an option

  • Save orumin/feefa66e3ef8a52e53abe51bcaaaa485 to your computer and use it in GitHub Desktop.

Select an option

Save orumin/feefa66e3ef8a52e53abe51bcaaaa485 to your computer and use it in GitHub Desktop.
Project Next-L Enju Leaf install template file
# application template for enju_leaf
# https://github.com/next-l/enju_leaf
gem 'enju_leaf', '~> 1.3.1'
gem 'enju_manifestation_viewer', '~> 0.3.1'
gem 'enju_circulation', '~> 0.3.1'
gem 'enju_subject', '~> 0.3.0'
gem 'enju_ndl', '~> 0.3.0'
gem 'enju_nii', '~> 0.3.0'
gem 'enju_loc', '~> 0.3.0'
gem 'enju_oai', '~> 0.3.0'
gem 'enju_purchase_request', '~> 0.3.0.beta.1'
gem 'enju_bookmark', '~> 0.3.0'
gem 'jquery-rails'
gem 'charlock_holmes', platforms: :mri
gem 'redis-rails'
gem 'resque', require: 'resque/server'
gem 'exception_notification', '~> 4.2'
gem 'sunspot_solr', '~> 2.3.0'
gem 'progress_bar'
gem 'non-stupid-digest-assets'
gem 'dotenv-rails', '~> 2.5'
gem 'fix_microsoft_links'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment