Skip to content

Instantly share code, notes, and snippets.

@joaovitor
Created August 11, 2010 15:12
Show Gist options
  • Save joaovitor/519132 to your computer and use it in GitHub Desktop.
Save joaovitor/519132 to your computer and use it in GitHub Desktop.
source :gemcutter
gem "rails", "3.0.0.rc"
gem "bundler", ">= 1.0.0.rc.4"
gem "state_machine", ">= 0.9.2"
gem "pg", "0.9.0"
gem "haml", ">= 3.0.4"
gem "compass", ">= 0.10.2"
gem "rails3-generators"
gem "inherited_resources", "1.1.2"
gem "devise"
gem "cancan", ">= 1.1"
gem "bcrypt-ruby", :require => "bcrypt"
gem "formtastic", :git => "git://github.com/justinfrench/formtastic.git", :branch => "rails3"
gem "will_paginate", :git => "git://github.com/mislav/will_paginate.git", :branch => "rails3"
gem "subdomain-fu", :git => "git://github.com/nhowell/subdomain-fu.git"
gem "aws-s3", :require => "aws/s3"
group :test do
gem "rspec-rails", ">= 2.0.0.beta.17"
gem "factory_girl_rails"
gem "remarkable", ">= 4.0.0.alpha4"
gem "remarkable_activemodel", ">= 4.0.0.alpha4"
gem "remarkable_activerecord", ">= 4.0.0.alpha4"
gem "capybara"
gem "database_cleaner"
gem "cucumber-rails"
gem "cucumber"
gem "spork"
gem "launchy" # So you can do Then show me the page
gem "autotest-notification"
gem "autotest-growl"
gem "autotest"
gem "ZenTest"
end
group :development do
gem "rspec-rails", ">= 2.0.0.beta.17"
gem "mongrel"
gem "capistrano"
gem "capistrano-ext"
gem "codebase"
gem "ruby-debug"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment