Add thumbnailer gem, update README.
... | ... | @@ -64,12 +64,15 @@ gem 'delayed_job_active_record' |
# required by cap3 delayed-job but has to be specified manually >_< | ||
gem 'daemons' | ||
# dataset previews | ||
gem 'thumbnailer', :git => 'https://github.com/merlin-p/thumbnailer.git' | ||
group :production do | ||
if ENV["RAILS_ENV"] == "production" | ||
gem 'openbabel' | ||
end | ||
gem 'unicorn' | ||
end | ||
group :development, :test do | ||
... | ... |
Please register or sign in to comment