aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000..2e80c2172a
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,9 @@
+source :rubygems
+
+gem "activerecord", :path => ENV["RAILS_SOURCE"]
+gem "diff-lcs"
+gem "mysql"
+gem "pg"
+gem "rake"
+gem "rspec"
+gem "sqlite3-ruby" \ No newline at end of file