Gemfile in expectr-0.8.4 vs Gemfile in expectr-0.9.0
- old
+ new
@@ -4,10 +4,10 @@
# gem "activesupport", ">= 2.3.5"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
+ gem "bundler", ">= 1.0.0"
gem "shoulda", ">= 0"
gem "rdoc", "~> 3.12"
- gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.8.3"
end