Created
December 14, 2010 07:59
-
-
Save williamn/740128 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.5" | |
gem "sqlite3-ruby", :require => "sqlite3" | |
# bundler requires these gems in all environments | |
# gem "nokogiri", "1.4.2" | |
# gem "geokit" | |
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 "faker" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment