Skip to content

Instantly share code, notes, and snippets.

@uniglam
Created March 9, 2010 11:42
Show Gist options
  • Save uniglam/326502 to your computer and use it in GitHub Desktop.
Save uniglam/326502 to your computer and use it in GitHub Desktop.
source :gemcutter
gem 'rails', '2.3.5'
gem 'paperclip', '2.3.1.1'
gem 'RedCloth', '4.2.2'
gem 'sanitize', '1.1.0'
gem 'hpricot', '0.8.2'
gem 'httpclient', '2.1.5.2'
gem 'twitter', '0.7.9'
gem 'fastercsv', '1.5.0'
gem 'searchlogic', '2.3.9'
gem 'git', '1.2.5'
gem 'haml', '2.2.10'
gem 'scrapi', '1.2.0'
gem 'mysql', '2.8.1'
gem 'will_paginate', '2.3.11'
gem 'mongrel', '1.1.5'
gem 'capistrano', '2.5.10'
gem 'capistrano-ext', '1.2.1'
group :test do
gem 'ruby-debug'
gem 'cucumber', "0.4.4"
# gem 'cucumber-rails'
gem 'rspec-rails', '1.2.9'
gem 'remarkable_rails', '3.1.11'
gem 'remarkable_paperclip', '0.6.3'
gem 'random_data', '1.5.0'
gem 'machinist', '1.0.6'
gem 'shoulda', '2.10.2'
gem 'faker', '0.3.1'
gem 'webrat', '0.6.0'
end
group :production do
gem 'fastthread', '1.0.7'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment