aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8614d3141..c3ae70cb6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,11 +27,10 @@ gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails'
# :require avoids "already initialized constant" warnings
gem 'rmagick', :require => 'RMagick'
gem 'routing-filter', '~> 0.2.4'
-gem 'rake', '~> 0.8.7'
+gem 'rake', '0.9.2.2'
gem 'rspec', '~> 1.3.2'
gem 'rspec-rails', '~> 1.3.4'
gem 'ruby-msg', '~> 1.5.0'
-gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19
gem 'vpim'
gem 'will_paginate', '~> 2.3.11'
# when 1.2.9 is released by the maintainer, we can stop using this fork:
@@ -45,6 +44,7 @@ gem 'newrelic_rpm'
group :test do
gem 'fakeweb'
gem 'rspec-rails', '~> 1.3.4'
+ gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19
end
group :development do