mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Add mini_exiftool
This commit is contained in:
parent
34522e9a33
commit
90988a4d26
38
Gemfile
38
Gemfile
@ -31,6 +31,25 @@ gem 'jquery-rails'
|
|||||||
# gem 'sqlite3-ruby', :require => 'sqlite3'
|
# gem 'sqlite3-ruby', :require => 'sqlite3'
|
||||||
gem 'aws-sdk'
|
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
|
# Bundle gems for the local environment. Make sure to
|
||||||
# put test-only gems in this group so their generators
|
# put test-only gems in this group so their generators
|
||||||
# and rake tasks are available in development mode:
|
# and rake tasks are available in development mode:
|
||||||
@ -69,22 +88,3 @@ group :production do
|
|||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'rails_12factor'
|
gem 'rails_12factor'
|
||||||
end
|
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'
|
|
||||||
|
|||||||
@ -155,6 +155,7 @@ GEM
|
|||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 3)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.6.2)
|
mime-types (2.6.2)
|
||||||
|
mini_exiftool (2.5.1)
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
minitest (5.8.1)
|
minitest (5.8.1)
|
||||||
msgpack (0.6.2)
|
msgpack (0.6.2)
|
||||||
@ -322,6 +323,7 @@ DEPENDENCIES
|
|||||||
hpricot
|
hpricot
|
||||||
jquery-rails
|
jquery-rails
|
||||||
letter_opener
|
letter_opener
|
||||||
|
mini_exiftool
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
pg
|
pg
|
||||||
poltergeist
|
poltergeist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user