From 6ec08d613a49fc3df5665bd1aec5d661e36651bf Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Mon, 26 Mar 2018 11:49:34 +0200 Subject: Use public URLs for af83 gems. Refs #6047 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 5cfdb2c6d..c88041781 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' # Use https for github git_source(:github) { |name| "https://github.com/#{name}.git" } -git_source(:af83) { |name| "git@github.com:af83/#{name}.git" } +git_source(:af83) { |name| "https://github.com/af83/#{name}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 4.2.8' @@ -90,7 +90,7 @@ gem 'georuby', '2.3.0' # Fix version for georuby-ext because api has changed gem 'mimemagic' # User interface -gem 'language_engine', github: 'af83/language_engine' +gem 'language_engine', af83: 'language_engine' gem 'calendar_helper', '0.2.5' gem 'cocoon' gem 'slim-rails', '~> 3.1' -- cgit v1.2.3