diff options
| author | Louise Crow <louise.crow@gmail.com> | 2012-12-18 19:41:28 +0000 | 
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2012-12-18 19:41:28 +0000 | 
| commit | caec49ba154ff01d8a2ee943e93588ae458d8a7c (patch) | |
| tree | 67e1f8c42191ef79923d4675017787b11d390e1a | |
| parent | 421ee811940358164f7a719e50f4dd14d58c3752 (diff) | |
Don't require rspec in production.
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 1 | 
2 files changed, 0 insertions, 2 deletions
| @@ -28,7 +28,6 @@ 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' diff --git a/Gemfile.lock b/Gemfile.lock index 6e6f955a9..1a7c59518 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,6 @@ DEPENDENCIES    recaptcha (~> 0.3.1)    rmagick    routing-filter (~> 0.2.4) -  rspec (~> 1.3.2)    rspec-rails (~> 1.3.4)    ruby-debug    ruby-debug19 | 
