Skip to content

Instantly share code, notes, and snippets.

@cespare
Created November 8, 2012 06:07
Show Gist options
  • Select an option

  • Save cespare/4037126 to your computer and use it in GitHub Desktop.

Select an option

Save cespare/4037126 to your computer and use it in GitHub Desktop.
Repro case for Bundler issue #1083
source :rubygems
gemspec
Gem::Specification.new do |s|
s.name = "testytest"
s.version = "0.0.1"
s.add_dependency "savon", "~> 0.9.8"
s.add_dependency "activemodel"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment