mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:11: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
|
||||
|
||||
source 'https://rubygems.org'
|
||||
source 'https://gems.sutty.nl'
|
||||
|
||||
git_source(:github) do |repo_name|
|
||||
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
|
||||
|
|
|
@ -6,7 +6,7 @@ GIT
|
|||
nokogiri
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
remote: https://:@gems.sutty.nl/
|
||||
specs:
|
||||
actioncable (6.0.0)
|
||||
actionpack (= 6.0.0)
|
||||
|
|
Loading…
Reference in a new issue