Skip to content

Instantly share code, notes, and snippets.

@dbrady
Created May 17, 2011 17:55
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 dbrady/976980 to your computer and use it in GitHub Desktop.
Save dbrady/976980 to your computer and use it in GitHub Desktop.
Crashy Gemfile
source :rubygems
gem "rails", "2.2.2"
gem "rspec-rails", "1.1.12"
gem "rspec", "1.1.12"
gem "rspec-rails", "1.1.12"
gem "trollop", "1.12"
gem "utility_belt", "1.1.0"
gem "will_paginate", "2.3.14"
gem "wirble", "0.1.3"
gem "fastercsv"
gem "capistrano"
gem "boson"
gem "mysql"
group :test do
gem "fixjour"
gem "rack", "1.2.2"
gem "eventmachine", "0.12.10"
gem "daemons", "1.1.3"
gem "thin", "1.2.11"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment