Skip to content

Instantly share code, notes, and snippets.

@rafaelp
Created October 11, 2011 19:18
Show Gist options
  • Save rafaelp/1279105 to your computer and use it in GitHub Desktop.
Save rafaelp/1279105 to your computer and use it in GitHub Desktop.
Gemfile do Amigo não se Compra
source 'http://rubygems.org'
gem 'rails', '3.1.1'
gem 'rack', '1.3.3'
gem 'jquery-rails'
gem 'pg', '0.11.0'
gem 'silent-postgres', '0.0.8'
gem 'thin', '1.2.11'
gem 'devise', '1.4.7'
gem 'haml', '3.1.3'
gem 'typus', '3.1.2'
group :assets do
gem 'sass-rails', '~> 3.1.4'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end
group :development, :test do
gem 'fakeweb', '1.3.0'
gem 'ruby-debug19', '0.11.6'
gem 'heroku', '2.4.2'
gem 'foreman', '0.20.0'
gem 'integration', :git => 'git://github.com/mergulhao/integration.git'
gem 'rspec-rails', '2.6.1'
gem 'shoulda-matchers', '1.0.0.beta2'
gem 'factory_girl_rails', '1.1.0'
gem 'magic_encoding', '0.0.2'
gem 'turn', :require => false
gem 'simplecov', :require => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment