Created
October 5, 2010 08:21
-
-
Save josepjaume/611212 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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