Skip to content

Instantly share code, notes, and snippets.

@josepjaume
Created October 5, 2010 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josepjaume/611212 to your computer and use it in GitHub Desktop.
Save josepjaume/611212 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', :git=>'git://github.com/rails/rails.git', :branch=>'3-0-stable'
gem 'arel', :git=>'git://github.com/rails/arel.git'
gem "compass", ">= 0.10.5"
gem "haml"
gem "will_paginate", "3.0.pre2"
gem "devise"#, :git=>'git://github.com/plataformatec/devise.git'
gem "devise_invitable", :git=>"git://github.com/scambra/devise_invitable.git"
gem "high_voltage"
gem "simple_form"
gem "ruby_parser"
gem "escape_utils"
gem "pivotal-tracker", :git=>'git://github.com/jsmestad/pivotal-tracker.git'
gem "whereuat"
gem "inherited_resources"
gem "simple-navigation"
gem "mysql"
gem "dynamic_form"
gem 'factory_girl_rails'
gem 'state_machine'
group :development do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'unicorn'
gem 'rails3-generators'
gem "hpricot"
gem "haml-rails"
end
group :test do
gem "bson"
gem "bson_ext"
gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails.git"
gem "rspec", :git => "git://github.com/rspec/rspec.git"
gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git"
gem "rspec-expectations", :git => "git://github.com/rspec/rspec-expectations.git"
gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git"
# Cucumber gems
gem "capybara"
gem "capybara-envjs"
gem "launchy"
gem "pickle"
gem "database_cleaner"
gem "cucumber"
gem "cucumber-rails"
gem 'autotest'
gem 'autotest-inotify'
gem 'autotest-notification'
gem 'factory_girl_rails'#, :git => 'git://github.com/thoughtbot/factory_girl_rails'
gem 'remarkable', '>= 4.0.0.alpha4'
gem 'remarkable_activemodel', '>= 4.0.0.alpha4'
gem 'remarkable_activerecord', '>= 4.0.0.alpha4'
gem 'faker'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment