Skip to content

Instantly share code, notes, and snippets.

@pnomolos

pnomolos/Gemfile Secret

Last active August 29, 2015 14:10
Show Gist options
  • Save pnomolos/2842609ab2f348fd8c85 to your computer and use it in GitHub Desktop.
Save pnomolos/2842609ab2f348fd8c85 to your computer and use it in GitHub Desktop.
Failing test case for bundler
source 'https://XCKRzWDSo1r7Xk8SYrSp@gem.fury.io/pnomolos/'
source 'https://rubygems.org'
gem 'rake', '10.2.2'
gem 'mail', '~> 2.5.3', source: 'https://rubygems.org/'
GEM
remote: https://XCKRzWDSo1r7Xk8SYrSp@gem.fury.io/pnomolos/
remote: https://rubygems.org/
specs:
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
polyglot (0.3.5)
rake (10.2.2)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
PLATFORMS
ruby
DEPENDENCIES
mail (~> 2.5.3)!
rake (= 10.2.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment