Skip to content

Instantly share code, notes, and snippets.

@mulder
Created October 13, 2010 14:49
Show Gist options
  • Save mulder/624178 to your computer and use it in GitHub Desktop.
Save mulder/624178 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0'
gem 'sqlite3-ruby', :require => 'sqlite3'
group :development, :test do
gem "rspec-rails", ">= 2.0.0.rc"
gem 'remarkable_activerecord', '4.0.0.alpha4'
# We don’t need no stinking fixtures
gem 'factory_girl'
# Debugger
gem 'ruby_core_source'
gem 'ruby-debug19', :require => 'ruby-debug'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment