diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-12-13 16:36:22 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-12-13 16:36:22 +0000 |
commit | 23ec4dfa02284c9ce830216e680abfedac328333 (patch) | |
tree | 04b144cbe4aa8cae027670acb8bcb7853fd721e5 | |
parent | 04db44d06f617d894a18c7fc7f8a2bb358f76e4a (diff) |
Restore rspec - causing errors on production deploy with cap.
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails' gem 'rmagick', :require => 'RMagick' gem 'routing-filter', '~> 0.2.4' gem 'rake', '0.9.2.2' +gem 'rspec', '~> 1.3.2' gem 'ruby-msg', '~> 1.5.0' gem 'vpim' gem 'will_paginate', '~> 2.3.11' |