Skip to content

Instantly share code, notes, and snippets.

@jnv
Created August 8, 2011 10:06
Show Gist options
  • Save jnv/1131513 to your computer and use it in GitHub Desktop.
Save jnv/1131513 to your computer and use it in GitHub Desktop.
Gemfile for Composite Primary Keys testing
source 'http://rubygems.org'
gem 'test-unit'
gem 'rake'
git "git://github.com/rails/rails.git",:branch => "3-1-stable" do
gem "activerecord"
end
#gem 'pg'
gem 'sqlite3'
gem 'ruby-debug19'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment