Skip to content

Instantly share code, notes, and snippets.

@esparkman
Created July 5, 2010 04:56
Show Gist options
  • Save esparkman/464019 to your computer and use it in GitHub Desktop.
Save esparkman/464019 to your computer and use it in GitHub Desktop.
source :gemcutter
gem "rails", "~> 2.3.8"
gem "sqlite3-ruby", :require => "sqlite3"
# bundler requires these gems in all environments
# gem "nokogiri", "1.4.2"
# gem "geokit"
gem 'devise'
gem 'cancan'
gem 'linode'
gem 'will_paginate'
gem 'nifty-generators'
group :development do
# bundler requires these gems in development
gem 'rails-footnotes'
end
group :test do
# bundler requires these gems while running tests
gem 'rspec'
gem 'rspec-rails'
gem 'cucumber'
gem 'cucumber-rails'
gem 'capybara'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment