Skip to content

Instantly share code, notes, and snippets.

@johnmaxwell
Created March 7, 2011 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmaxwell/edd2f596a5e9ff11b880 to your computer and use it in GitHub Desktop.
Save johnmaxwell/edd2f596a5e9ff11b880 to your computer and use it in GitHub Desktop.
gemfile for default_value_for / acts_as_audited conflict
source 'http://rubygems.org'
gem 'rails', '3.0.4'
gem 'sqlite3'
gem 'default_value_for'
gem 'acts_as_audited', '2.0.0.rc7'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment