Skip to content

Instantly share code, notes, and snippets.

@hchoroomi
Forked from ajsharp/gist:260391
Created January 8, 2010 06:30
Show Gist options
  • Save hchoroomi/271892 to your computer and use it in GitHub Desktop.
Save hchoroomi/271892 to your computer and use it in GitHub Desktop.
bundle_path "vendor/bundler_gems"
disable_system_gems
gem "rails", '2.3.5'
gem 'will_paginate', '2.3.11'
gem 'authlogic', '2.1.2'
gem 'haml', '2.2.13'
gem 'formtastic', '0.9.1'
gem 'state_machine', '0.8.0'
gem 'RedCloth', '4.2.2'
gem 'mysql', '2.8.1'
only :test do
gem 'shoulda', '2.10.2'
gem 'factory_girl', '1.2.3'
gem 'rspec', '1.2.9'
gem 'rspec-rails', '1.2.9'
gem 'fakeweb', '1.2.7'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment