Created
July 5, 2010 04:56
-
-
Save esparkman/464019 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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