diff options
| author | mo khan <mo@mokhan.ca> | 2014-09-27 07:33:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-09-27 07:33:39 -0600 |
| commit | 5086b88c42449155d78e5aff2543c037c94f600f (patch) | |
| tree | b51c6fa200c099f861c81a97f427760891eb6502 | |
| parent | f602c997fb1d283d02a6eabf6aa44ecb912c086b (diff) | |
remove carrierwave.
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 0 insertions, 6 deletions
@@ -14,7 +14,6 @@ group :doc do end # to remove -gem 'carrierwave', '~> 0.9.0' gem 'rmagick', '~> 2.13.0' gem 'acts-as-taggable-on', '~> 3.3.0' gem 'fog' diff --git a/Gemfile.lock b/Gemfile.lock index 4eed8541..5089a879 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,10 +74,6 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - carrierwave (0.9.0) - activemodel (>= 3.2.0) - activesupport (>= 3.2.0) - json (>= 1.7) childprocess (0.5.3) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) @@ -350,7 +346,6 @@ DEPENDENCIES capistrano-rails (~> 1.1) capistrano-rbenv (~> 2.0) capybara - carrierwave (~> 0.9.0) coffee-rails (~> 4.0) daemons (~> 1.1.9) dalli |
