Add RMagick gem and initial version of CarrierWave's uploader.
This commit is contained in:
parent
67456bb979
commit
8aab5fe93b
3 changed files with 65 additions and 0 deletions
4
Gemfile
4
Gemfile
|
|
@ -22,6 +22,10 @@ gem 'cancan', '1.6.5'
|
|||
# Deploy with Capistrano
|
||||
gem 'capistrano', '2.5.21'
|
||||
|
||||
# For avatar images: https://github.com/jnicklas/carrierwave
|
||||
gem 'rmagick', '2.9.2'
|
||||
gem 'carrierwave', '0.6.2'
|
||||
|
||||
# https://github.com/jnunemaker/twitter
|
||||
gem 'twitter', '2.5.0'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue