Skip to content

Instantly share code, notes, and snippets.

@robotarmy
Created May 10, 2011 03:10
Show Gist options
  • Save robotarmy/963843 to your computer and use it in GitHub Desktop.
Save robotarmy/963843 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.7'
gem 'sqlite3'
group :development, :test do
gem 'rspec-rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment