You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/05/12 08:20:28 UTC

[whimsy] branch master updated: Gemfiles nead a source

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 754c4c4  Gemfiles nead a source
754c4c4 is described below

commit 754c4c4435d25b48ccd7bb3f63fbe8508dd58364
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun May 12 04:20:07 2019 -0400

    Gemfiles nead a source
---
 lib/Gemfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Gemfile b/lib/Gemfile
index 4e2ae9d..4ccac8e 100644
--- a/lib/Gemfile
+++ b/lib/Gemfile
@@ -1,3 +1,5 @@
+source 'https://rubygems.org'
+
 group :test do
   gem 'rspec'
 end