From 90988a4d26bc7254544978c6ef9cc01ffca241ea Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 15 Oct 2015 11:42:11 +0100 Subject: [PATCH] Add mini_exiftool --- Gemfile | 38 +++++++++++++++++++------------------- Gemfile.lock | 2 ++ 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 99b0190..aef2eed 100644 --- a/Gemfile +++ b/Gemfile @@ -31,6 +31,25 @@ gem 'jquery-rails' # gem 'sqlite3-ruby', :require => 'sqlite3' gem 'aws-sdk' +gem 'newrelic_rpm' + +gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier' +gem 'pg' +gem 'devise' +gem 'simple_form' +gem 'squeel' +gem 'mini_exiftool' +gem 'will_paginate' +gem 'redcarpet' +gem 'dragonfly' +gem 'dragonfly-s3_data_store' +gem 'unf' +gem 'haml' + +gem 'skylight' + +gem 'slugtastic' + # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators # and rake tasks are available in development mode: @@ -69,22 +88,3 @@ group :production do gem 'puma' gem 'rails_12factor' end - -gem 'newrelic_rpm' - -gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier' -gem 'pg' -gem 'devise' -gem 'simple_form' -gem 'squeel' -# gem 'mini_exiftool' -gem 'will_paginate' -gem 'redcarpet' -gem 'dragonfly' -gem 'dragonfly-s3_data_store' -gem 'unf' -gem 'haml' - -gem 'skylight' - -gem 'slugtastic' diff --git a/Gemfile.lock b/Gemfile.lock index a37571a..7603999 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,6 +155,7 @@ GEM mime-types (>= 1.16, < 3) method_source (0.8.2) mime-types (2.6.2) + mini_exiftool (2.5.1) mini_portile (0.6.2) minitest (5.8.1) msgpack (0.6.2) @@ -322,6 +323,7 @@ DEPENDENCIES hpricot jquery-rails letter_opener + mini_exiftool newrelic_rpm pg poltergeist