update test gems

Change-Id: I73ef873dcb8e1f7f2a6816f8466740f30dd2a8c1
Reviewed-on: https://gerrit.instructure.com/5927
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
Bryan Madsen 2011-09-29 16:43:20 -06:00
parent 28a73ac957
commit a13ae7c11d
1 changed files with 3 additions and 3 deletions

View File

@ -64,12 +64,12 @@ end
group :test do
gem 'bluecloth', '2.0.10' # for generating api docs
gem 'parallel_tests', '0.6.2'
gem 'parallel_tests', '0.6.4'
gem 'rcov', '0.9.9'
gem 'rspec', '1.3.2'
gem 'rspec-rails', '1.3.4'
gem 'selenium-webdriver', '2.5.0'
gem 'webrat', '0.7.2'
gem 'selenium-webdriver', '2.7.0'
gem 'webrat', '0.7.3'
gem 'yard', '0.7.2'
gem 'jasmine', '1.1.0'
end