Skip to content

Instantly share code, notes, and snippets.

@williamn
Created December 14, 2010 07:59
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 williamn/740128 to your computer and use it in GitHub Desktop.
Save williamn/740128 to your computer and use it in GitHub Desktop.
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