diff options
author | Alex Legler <alex@a3li.li> | 2011-08-10 21:38:43 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-10 21:38:43 +0200 |
commit | 0880687610adf35cc7fa9c2ffc05a79d663ea10c (patch) | |
tree | 711dc63a788490b3fe650f2a49aaa3906e5018c5 /Gemfile | |
parent | Bugzilla: Use HTTPS as well for reading bugs. (diff) | |
download | glsamaker-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-- | Gemfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |