Skip to content

Instantly share code, notes, and snippets.

@nijikon
Created July 10, 2017 16:08
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 nijikon/6a68502a1480fbcbb871fcffeefcd3a7 to your computer and use it in GitHub Desktop.
Save nijikon/6a68502a1480fbcbb871fcffeefcd3a7 to your computer and use it in GitHub Desktop.
bundler-private-repository
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.4.1'
gem 'private_gem', git: 'git@github.com:servercrunch/private-gem.git'
GIT
remote: git@github.com: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