Another commit
[erd-marker.git] / Gemfile
diff --git a/Gemfile b/Gemfile
new file mode 100644 (file)
index 0000000..6444095
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,14 @@
+source "http://rubygems.org"
+# Add dependencies required to use your gem here.
+# Example:
+#   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 "rspec", "~> 2.6.0"
+  gem "bundler", "~> 1.0.0"
+  gem "rdoc"
+  gem "rake"
+  gem "graph.njae", "0.2.1"
+end