mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
This reverts commit dd839771ad
.
This commit is contained in:
parent
114fbcf859
commit
96d1ab2a41
3 changed files with 10 additions and 7 deletions
7
Gemfile
7
Gemfile
|
@ -1,3 +1,10 @@
|
|||
# Use https only for accessing github
|
||||
# https://github.com/bundler/bundler/pull/3447
|
||||
git_source(:github) do |repo_name|
|
||||
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
|
||||
"https://github.com/#{repo_name}.git"
|
||||
end if Bundler::VERSION < '2'
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue