Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding carrierwave so that we can start to support file upload
  • Loading branch information
eedrummer committed Apr 10, 2012
1 parent d561e2c commit eacfbdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -22,6 +22,7 @@ end

gem 'jquery-rails'
gem 'twitter-bootstrap-rails'
gem 'carrierwave'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -30,6 +30,9 @@ GEM
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
carrierwave (0.6.1)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
Expand Down Expand Up @@ -117,6 +120,7 @@ PLATFORMS
ruby

DEPENDENCIES
carrierwave
coffee-rails (~> 3.2.1)
jquery-rails
rails (= 3.2.2)
Expand Down

0 comments on commit eacfbdc

Please sign in to comment.