Skip to content

Instantly share code, notes, and snippets.

@drewinglis
Created June 9, 2011 00:50
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 drewinglis/1015800 to your computer and use it in GitHub Desktop.
Save drewinglis/1015800 to your computer and use it in GitHub Desktop.
Bundler issue
require 'rubygems'
require 'bundler'
Bundler.setup(:default)
Bundler.setup(:default, :test)
require 'mocha'
require 'nokogiri'
source 'http://rubygems.org'
gem 'nokogiri'
group :test do
gem 'mocha'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment