Skip to content

Instantly share code, notes, and snippets.

@danwagnerco
Created February 13, 2015 15:11
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 danwagnerco/5934f7eedf4fec2c8111 to your computer and use it in GitHub Desktop.
Save danwagnerco/5934f7eedf4fec2c8111 to your computer and use it in GitHub Desktop.
An example Gemfile config
# A sample Gemfile
source "https://rubygems.org"
# gem "rails"
gem "rspec", :require => "spec"
gem "timecop"
gem "ocra"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment