From c2e26ba560ba54278f9ec99507a38c888436613d Mon Sep 17 00:00:00 2001 From: Christian Orthmann Date: Fri, 25 Jan 2019 11:34:27 +0100 Subject: [PATCH] fix(Gemfile): add missing source definition --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index af50c0c..8ef7e9a 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1,3 @@ +source 'https://rubygems.org' + gem 'faraday' diff --git a/Gemfile.lock b/Gemfile.lock index 593bb24..624914e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,4 +1,5 @@ GEM + remote: https://rubygems.org/ specs: faraday (0.8.8) multipart-post (~> 1.2.0) @@ -9,3 +10,6 @@ PLATFORMS DEPENDENCIES faraday + +BUNDLED WITH + 1.17.1