aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-12-18 19:41:28 +0000
committerLouise Crow <louise.crow@gmail.com>2012-12-18 19:41:28 +0000
commitcaec49ba154ff01d8a2ee943e93588ae458d8a7c (patch)
tree67e1f8c42191ef79923d4675017787b11d390e1a
parent421ee811940358164f7a719e50f4dd14d58c3752 (diff)
Don't require rspec in production.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock1
2 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 6c250d113..61569d63f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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