-
-
Save pnomolos/2842609ab2f348fd8c85 to your computer and use it in GitHub Desktop.
Failing test case for bundler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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