Skip to content

Instantly share code, notes, and snippets.

@nabeta
Last active August 12, 2016 17:02
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 nabeta/5357321 to your computer and use it in GitHub Desktop.
Save nabeta/5357321 to your computer and use it in GitHub Desktop.
enju_leaf application template file
# application template for enju_leaf
# https://github.com/next-l/enju_leaf
gem 'enju_leaf', '~> 1.1.4'
gem 'enju_flower', '~> 0.1.2'
gem 'enju_ndl', '~> 0.1.0'
gem 'enju_circulation', '~> 0.1.0'
gem 'enju_subject', '~> 0.1.0'
gem 'charlock_holmes', platforms: :mri
gem 'exception_notification', '~> 4.1'
gem 'exception_notification-rake', require: false
gem 'whenever', require: false
gem 'foreman'
gem 'sunspot_solr', '2.2.0'
gem 'progress_bar'
gem 'non-stupid-digest-assets' # for Rails4
gem 'dotenv-rails', '~> 2.0.2'
gem 'fix_microsoft_links'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment