added Paperclip

This commit is contained in:
nilsding 2014-12-29 09:58:40 +01:00
parent f6ceafb710
commit 6a6e94f6a3
2 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,7 @@ gem 'nprogress-rails'
gem 'font-awesome-rails', '~> 4.2.0.0'
gem 'rails-assets-growl'
gem 'jcrop-rails-v2'
gem "paperclip", "~> 4.2"
gem 'ruby-progressbar'

View File

@ -67,7 +67,11 @@ GEM
xpath (~> 2.0)
celluloid (0.16.0)
timers (~> 4.0.0)
climate_control (0.0.3)
activesupport (>= 3.0)
cliver (0.3.2)
cocaine (0.5.5)
climate_control (>= 0.0.3, < 1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
@ -168,6 +172,11 @@ GEM
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
orm_adapter (0.5.0)
paperclip (4.2.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
pg (0.17.1)
poltergeist (1.5.1)
capybara (~> 2.1)
@ -356,6 +365,7 @@ DEPENDENCIES
nprogress-rails
omniauth
omniauth-twitter
paperclip (~> 4.2)
pg
poltergeist
questiongenerator!