From b41eb0f80ee0b5c7a20df4af8f28de71ca91e4b1 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Sun, 11 Nov 2018 21:11:00 +0000 Subject: [PATCH] Add rubygems source to scripts Gemfile --- scripts/Gemfile | 2 ++ scripts/Gemfile.lock | 1 + 2 files changed, 3 insertions(+) diff --git a/scripts/Gemfile b/scripts/Gemfile index 5993cff..c748d52 100644 --- a/scripts/Gemfile +++ b/scripts/Gemfile @@ -1,2 +1,4 @@ +source 'https://rubygems.org' + gem 'nokogiri' gem 'activesupport' diff --git a/scripts/Gemfile.lock b/scripts/Gemfile.lock index 3b15fe6..1b61fa7 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -1,4 +1,5 @@ GEM + remote: https://rubygems.org/ specs: activesupport (5.1.4) concurrent-ruby (~> 1.0, >= 1.0.2)