Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@heldopslippers
Created January 4, 2011 11:33
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 heldopslippers/764679 to your computer and use it in GitHub Desktop.
Save heldopslippers/764679 to your computer and use it in GitHub Desktop.
gem list
source 'http://rubygems.org'
gem 'rails', '3.0.0'
gem 'rubyzip'
gem 'paperclip'
gem 'acts_as_list'
gem 'acts_as_tree'
gem 'ckeditor', '3.4.0.pre'
gem 'capistrano'
group :development do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'rspec-rails'
gem 'ZenTest'
gem 'factory_girl'
gem 'infinity_test'
gem 'autotest-fsevent'
gem 'autotest-growl'
end
group :production do
gem 'ruby-mysql'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment