Created
July 10, 2017 16:08
-
-
Save nijikon/6a68502a1480fbcbb871fcffeefcd3a7 to your computer and use it in GitHub Desktop.
bundler-private-repository
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
# frozen_string_literal: true | |
source 'https://rubygems.org' | |
ruby '2.4.1' | |
gem 'private_gem', git: '[email protected]:servercrunch/private-gem.git' |
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
GIT | |
remote: [email protected]:servercrunch/private-gem.git | |
revision: 80cd253c77c22458e0884e67efd8b311b855db05 | |
specs: | |
private_gem (0.0.1) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
private_gem! | |
RUBY VERSION | |
ruby 2.4.1p111 | |
BUNDLED WITH | |
1.15.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment