mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
usar nuestro propio repositorio de gemas
This commit is contained in:
parent
5291a3b8f4
commit
9525747d2b
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://gems.sutty.nl'
|
||||||
|
|
||||||
git_source(:github) do |repo_name|
|
git_source(:github) do |repo_name|
|
||||||
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
|
||||||
|
|
|
@ -6,7 +6,7 @@ GIT
|
||||||
nokogiri
|
nokogiri
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://:@gems.sutty.nl/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.0)
|
actioncable (6.0.0)
|
||||||
actionpack (= 6.0.0)
|
actionpack (= 6.0.0)
|
||||||
|
|
Loading…
Reference in a new issue