Skip to content

Instantly share code, notes, and snippets.

@dangalipo
Created May 11, 2011 11:25
Show Gist options
  • Select an option

  • Save dangalipo/966305 to your computer and use it in GitHub Desktop.

Select an option

Save dangalipo/966305 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
#gem 'bundler', '1.0.0.rc.6'
# System
gem 'rails', '3.0.0'
gem 'sqlite3-ruby'
# View
gem 'html5-boilerplate', :require => nil
gem 'haml', '3.0.18'
gem 'formtastic', '1.1.0'
gem 'rcov', '0.9.8'
# Testing
group :test, :development do
gem 'ruby-debug', '0.10.3'
gem 'rspec', '2.0.0.beta.17'
gem 'rspec-rails', '2.0.0.beta.17'
gem 'rr', '0.10.11'
gem 'autotest', '4.3.2'
gem 'machinist', '2.0.0.beta1'
gem 'faker', '0.3.1'
end
group :test_mac_only do
gem 'rcov', '0.9.8'
gem 'autotest-growl', '0.2.4'
gem 'autotest-fsevent', '0.2.2'
gem 'json', '1.4.6'
gem 'json_pure', '1.4.6'
end
group :staging do
gem 'machinist', '2.0.0.beta1'
gem 'faker', '0.3.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment