Skip to content

Instantly share code, notes, and snippets.

@mstrauss
Created February 17, 2011 20:58
Show Gist options
  • Save mstrauss/832674 to your computer and use it in GitHub Desktop.
Save mstrauss/832674 to your computer and use it in GitHub Desktop.
Gemfile for Wagn 1.5.2 (use with Bundler)
source :rubygems
gem "rails", "=2.3.5"
gem "uuid", "=2.3.1"
gem "json", "=1.4.6"
gem "htmlentities", "=4.2.1"
gem "ruby-openid", ">= 2.0.4"
gem "mysql", "=2.8.1"
# the infamous exception notifier
gem "hoptoad_notifier"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment