Gemfile in cuke_iterations-0.0.1 vs Gemfile in cuke_iterations-0.0.2
- old
+ new
@@ -1,9 +1,9 @@
source "http://rubygems.org"
group :development do
gem 'rake', '>= 0.9.2'
gem 'rspec'
- gem 'rspec-expectations', :git => "git://github.com/rspec/rspec-expectations.git"
+ gem 'rspec-expectations'
end
gemspec