Gemfile in aes-0.4.0 vs Gemfile in aes-0.5.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 "shoulda", ">= 0"
- gem "bundler", "~> 1.0.0"
- gem "jeweler", "~> 1.5.1"
- gem "rcov", ">= 0"
+ gem "shoulda"
+ gem "bundler"
+ gem "jeweler"
+ gem "simplecov"
end