Skip to content

Instantly share code, notes, and snippets.

@nabeta
Last active March 19, 2022 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nabeta/6c56f0edf5cc1c80d9c655c2660a9c59 to your computer and use it in GitHub Desktop.
Save nabeta/6c56f0edf5cc1c80d9c655c2660a9c59 to your computer and use it in GitHub Desktop.
# application template for enju_leaf
# https://github.com/next-l/enju_leaf
gem 'enju_leaf', '~> 1.3.6'
gem 'enju_manifestation_viewer', '~> 0.3.4'
gem 'enju_circulation', '~> 0.3.10'
gem 'enju_subject', '~> 0.3.4'
gem 'enju_ndl', '~> 0.3.3'
gem 'enju_inventory', '~> 0.3.1'
gem 'jquery-rails'
gem 'charlock_holmes', platforms: :mri
gem 'resque', require: 'resque/server'
gem 'exception_notification', '~> 4.4'
gem 'sunspot_solr', '~> 2.5.0'
gem 'progress_bar'
gem 'non-stupid-digest-assets'
gem 'dotenv-rails', '~> 2.5'
gem 'fix_microsoft_links'
gem 'responders'
gem 'rails-i18n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment