adding carrierwave to gemfile because jamruby has it as a dependency and local gems seem to not pull in transitive dependencies

This commit is contained in:
Seth Call 2013-02-12 22:57:04 -06:00
parent 08976ec71a
commit 245ab0583b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ gem 'actionmailer'
gem 'sendgrid'
gem 'rb-readline'
gem 'aasm', '3.0.16'
gem 'carrierwave'
group :development do
gem 'pry'