Skip to content

Commit

Permalink
Edit the Gemfile to add rdiscount as a dep and mocha as a test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Feb 5, 2010
1 parent b613cef commit 598652f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions Gemfile
@@ -1,22 +1,14 @@
# Edit this Gemfile to bundle your application's dependencies.
source 'http://gemcutter.org'


gem "rails", "3.0.0.beta"

## Bundle edge rails:
# gem "rails", :git => "git://github.com/rails/rails.git"

gem "mysql"
gem "rdiscount"

## Bundle the gems you use:
# gem "bj"
# gem "hpricot", "0.6"
# gem "sqlite3-ruby", :require => "sqlite3"
# gem "aws-s3", :require => "aws/s3"

## Bundle gems used only in certain environments:
# gem "rspec", :group => :test
# group :test do
# gem "webrat"
# end
group :test do
gem "mocha"
end

0 comments on commit 598652f

Please sign in to comment.