mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +01:00
added Paperclip
This commit is contained in:
parent
f6ceafb710
commit
6a6e94f6a3
2 changed files with 11 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue