diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -119,6 +119,7 @@ gem 'acts_as_list', '~> 0.6.0' gem 'acts_as_tree', '~> 2.1.0', require: 'acts_as_tree' gem 'rabl' +gem 'carrierwave', '~> 1.0' gem 'sidekiq' gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index 4e07a585a..567ce2982 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,6 +115,10 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) + carrierwave (1.0.0) + activemodel (>= 4.0.0) + activesupport (>= 4.0.0) + mime-types (>= 1.16) celluloid (0.16.0) timers (~> 4.0.0) choice (0.1.7) @@ -598,6 +602,7 @@ DEPENDENCIES capistrano-ext capistrano-npm capybara (~> 2.4.0) + carrierwave (~> 1.0) cocoon codifligne! coffee-rails (~> 4.0.0) |
