Expanded a couple of comments, bumped the gem patch level
[graph.njae.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index d6b498fb33e8fc5f7a6d1556d256581d62551779..df7f77956a3304619972aaaace75c1f412918a07 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -6,9 +6,7 @@ source "http://rubygems.org"
 # Add dependencies to develop your gem here.
 # Include everything needed to run rake, tests, features, etc.
 group :development do
-  gem "rspec", "~> 2.6.0"
+  gem "rspec", "~> 2.8.0"
   gem "bundler", "~> 1.0.0"
-  gem "jeweler", "~> 1.6.2"
-  gem "rcov", ">= 0"
-  gem "rdoc"
+  gem "jeweler", "~> 1.8.0"
 end