Skip to content

Instantly share code, notes, and snippets.

@sterrym
Created May 24, 2010 16:01
Show Gist options
  • Save sterrym/412049 to your computer and use it in GitHub Desktop.
Save sterrym/412049 to your computer and use it in GitHub Desktop.
# Edit this Gemfile to bundle your application's dependencies.
source 'http://rubygems.org'
gem "rails", "2.3.7"
#gem "mysql"
gem "sqlite3-ruby", :require => "sqlite3"
gem "authlogic", '2.1.4'
gem "aws-s3", "0.6.2", :require => "aws/s3"
gem "gdata", "1.1.1"
gem 'paperclip', '2.3.1.1'
gem "will_paginate", '2.3.12'
[:test, :cucumber].each do |group_name|
group group_name do
gem "rspec"
gem "rspec-rails"
gem 'cucumber-rails'
gem 'cucumber'
# support frameworks
gem 'capybara'
gem 'database_cleaner'
gem "email_spec"
gem "factory_girl"
gem "faker"
gem 'launchy'
gem 'autotest'
gem "watchr"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment