Skip to content

Instantly share code, notes, and snippets.

@upsilon
Forked from nabeta/enju_leaf_13_template.rb
Last active June 8, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upsilon/0a71b61942fc7ac5e507cfc6c36f86bd to your computer and use it in GitHub Desktop.
Save upsilon/0a71b61942fc7ac5e507cfc6c36f86bd to your computer and use it in GitHub Desktop.
# application template for enju_leaf
# https://github.com/next-l/enju_leaf
gem 'enju_leaf', github: 'upsilon/enju_leaf', branch: 'pu'
gem 'enju_biblio', github: 'upsilon/enju_biblio', branch: 'pu'
gem 'enju_manifestation_viewer', '~> 0.3.2'
gem 'enju_circulation', '~> 0.3.2'
gem 'enju_subject', '~> 0.3.1'
gem 'enju_ndl', '~> 0.3.1'
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