Update to rspec 2.1.0.

This commit is contained in:
Joshua Nichols
2010-11-13 13:49:21 -06:00
parent d0097eb5b6
commit 984da79210
5 changed files with 25 additions and 17 deletions

View File

@@ -7,9 +7,9 @@ gem "thor", ">= 0.14.0"
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rake"
gem "rspec", ">= 1.2.9"
gem "bundler", ">= 0.9.5"
gem "jeweler", ">= 1.5.0.pre2"
gem "rspec", "~> 2.1.0"
gem "bundler", "~> 1.0.0"
gem "jeweler", ">= 1.5.0.pre6"
gem "rcov", ">= 0"
gem "test-construct"
end