Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@myabc
Created June 4, 2010 10: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 myabc/425277 to your computer and use it in GitHub Desktop.
Save myabc/425277 to your computer and use it in GitHub Desktop.
source :rubygems
# Specify the database driver
gem 'mysql'
#gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'rails', '~> 2.3.5'
gem 'highline', '1.5.1'
gem 'authlogic', '2.1.3'
gem 'authlogic-oid', '1.0.4', :require => 'authlogic_openid'
gem 'activemerchant', '1.5.1', :require => 'active_merchant'
gem 'activerecord-tableless', '0.1.0', :require => 'tableless'
gem 'less', '1.2.20'
gem 'stringex', '1.0.3'
gem 'chronic', '0.2.3'
gem 'whenever', '0.3.7'
gem 'searchlogic', '2.3.5'
gem 'will_paginate', '2.3.11'
gem 'faker', '0.3.1'
gem 'paperclip', '>=2.3.1.1'
gem 'state_machine', '0.8.0'
gem 'ruby-openid', '>=2.0.4', :require => 'openid'
group :test do
gem 'shoulda', '2.10.2'
gem 'factory_girl', '1.2.3'
gem 'test-unit', '~>2.0.5', :require => 'test/unit' if RUBY_VERSION.to_f >= 1.9
end
# Theme extension
gem 'haml', '3.0.6'
gem 'compass', '0.10.1'
# WordSmith extension
gem 'is_taggable', '0.1.0'
gem 'RedCloth', '4.2.3'
gem 'disqus', '1.0.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment