From: Michael D. Lowis Date: Fri, 31 Oct 2014 20:09:35 +0000 (-0400) Subject: Add sources line to gemfile X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=a31b86cd2fc3d4beb2815bf00755d911f3b7ad0a;p=proto%2Fsclpl.git Add sources line to gemfile --- diff --git a/Gemfile b/Gemfile index 1750c4a..9281343 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ +source 'https://rubygems.org' + gem 'rake', '>= 0' gem 'rscons', '>= 0' gem 'rspec', '>= 0' diff --git a/Gemfile.lock b/Gemfile.lock index 935b02b..67f7436 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,4 +1,5 @@ GEM + remote: https://rubygems.org/ specs: diff-lcs (1.2.5) json (1.8.1)