Skip to content

Instantly share code, notes, and snippets.

@glebm
Created October 9, 2010 23:26
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 glebm/618722 to your computer and use it in GitHub Desktop.
Save glebm/618722 to your computer and use it in GitHub Desktop.
source :gemcutter
gem "rack"
gem "rake"
gem "rails", "~> 3", :require => nil
gem 'enumerated_attribute'
gem 'gravtastic'
gem 'devise', :git => 'http://github.com/plataformatec/devise.git'
gem 'RedCloth'
gem 'paperclip'
gem 'nested_set'
gem 'pg'
gem 'memcached-northscale', :require => 'memcached'
gem 'declarative_authorization'
group :development do
gem 'ruby-debug-ide19'
gem 'ruby-debug-base19'
end
group :production do
gem "memcache-client"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment