Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Forked from jacquescrocker/Gemfile
Created September 15, 2010 01:47
Show Gist options
  • Save bcardarella/580116 to your computer and use it in GitHub Desktop.
Save bcardarella/580116 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem "i18n", ">= 0.4.0"
gem 'rails', '3.0.0'
gem "haml"
gem "compass"
# gem "mongoid", "2.0.0.beta.15"
gem "mongoid", :git => "http://github.com/mongoid/mongoid.git"
gem "rails_config", ">= 0.1.5"
gem "bson_ext", "1.0.4"
gem "viewfu", ">= 1.0.1"
gem "devise", "~> 1.1.rc2"
gem "deployer"
gem 'validate_email', :require => "validates_email"
gem "formtastic", :git => "http://github.com/justinfrench/formtastic.git", :branch => "rails3"
gem "viddler", :git => "http://github.com/railsjedi/viddler.git"
gem "recurly", :git => "http://github.com/railsjedi/recurly-client-ruby.git"
# asset packaging
gem "barista", :git => "http://github.com/Sutto/barista.git"
gem "jammit", :git => "http://github.com/documentcloud/jammit.git"
group :development do
gem "barista_growl", :git => "http://github.com/TrevorBurnham/barista_growl.git"
end
group :development, :test do
gem "ruby-debug"
gem "mongrel"
gem "unicorn"
end
group :test do
gem "autotest"
# gem "rspec-rails", :path => "~/Gems/testing/rspec-rails"
gem "rspec-rails", ">= 2.0.0.beta.22"
gem "remarkable_mongoid"
gem 'capybara'
gem 'webrat'
gem "growl-glue"
gem "capybara-envjs", ">= 0.1.5"
gem 'database_cleaner'
gem 'cucumber-rails'
gem "factory_girl_rails"
gem "vcr", :git => "http://github.com/myronmarston/vcr.git"
gem "pickle", :git => "http://github.com/ianwhite/pickle.git"
gem "launchy"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment