Skip to content

Instantly share code, notes, and snippets.

@shageman
Created February 4, 2010 21:01
Show Gist options
  • Save shageman/295102 to your computer and use it in GitHub Desktop.
Save shageman/295102 to your computer and use it in GitHub Desktop.
source 'http://gemcutter.org'
gem 'mysql', '2.8.1'
# gem 'tmail', '1.2.6' #dependency of rails, not caught by bundler
gem 'rails', '2.3.5'
gem 'capistrano', '2.5.14'
gem 'youtube-g', '0.5.0', :require => 'youtube_g'
gem 'i18n', '0.3.3'
gem 'cucumber', '0.6.2'
gem 'pickle', '0.2.1'
group :development do
gem 'ruby-debug'
gem 'mocha', '0.9.8'
gem 'rcov', '0.9.7.1'
end
group :test do
gem 'factory_girl', '1.2.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment