Remove unnecessary >= 0 version specification

This commit is contained in:
Erik Michaels-Ober 2012-03-06 13:49:58 -08:00
parent a352cdf024
commit 6a368ed372
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
source 'https://rubygems.org'
group :development do
gem 'shoulda', '>= 0'
gem 'shoulda'
gem 'jeweler', '~> 1.5.1'
gem 'rcov', '>= 0'
gem 'rcov'
end
group :test do