From c0e2da1d55288b7c63df610e0c9369500bbe27fb Mon Sep 17 00:00:00 2001 From: Nicolas Michon <nicolas.michon@inria.fr> Date: Fri, 24 Mar 2017 10:18:13 +0100 Subject: [PATCH] Added ruby-ip to Gemfile --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f16ce2a2a3a..962ce28f90d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,8 @@ -source :rubygems +source 'https://rubygems.org' gem "hash_validator" gem "hashdiff" gem "diffy" gem "mediawiki_api" gem "net-ssh" +gem "ruby-ip" -- GitLab