summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-10 21:38:43 +0200
committerAlex Legler <alex@a3li.li>2011-08-10 21:38:43 +0200
commit0880687610adf35cc7fa9c2ffc05a79d663ea10c (patch)
tree711dc63a788490b3fe650f2a49aaa3906e5018c5 /Gemfile
parentBugzilla: Use HTTPS as well for reading bugs. (diff)
downloadglsamaker-0880687610adf35cc7fa9c2ffc05a79d663ea10c.tar.gz
glsamaker-0880687610adf35cc7fa9c2ffc05a79d663ea10c.tar.bz2
glsamaker-0880687610adf35cc7fa9c2ffc05a79d663ea10c.zip
Update to rails 2.3.12 and use Bundler
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..25acc4e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,11 @@
+source :rubygems
+
+gem "rails", "2.3.12"
+gem "json"
+gem "mechanize"
+gem "fastercsv"
+gem "diff-lcs", :require => "diff/lcs"
+gem "nokogiri"
+gem "ci_reporter"
+gem "rspec"
+gem "rdoc" \ No newline at end of file