You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2018/01/30 01:05:17 UTC

incubator-datafu git commit: Update Gemfile source to https

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 4ee7f466d -> 678a26082


Update Gemfile source to https


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/678a2608
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/678a2608
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/678a2608

Branch: refs/heads/master
Commit: 678a26082754d77d7aff8d1eada6afb6f88a41e9
Parents: 4ee7f46
Author: Matthew Hayes <mh...@apache.org>
Authored: Mon Jan 29 17:05:11 2018 -0800
Committer: Matthew Hayes <mh...@apache.org>
Committed: Mon Jan 29 17:05:11 2018 -0800

----------------------------------------------------------------------
 site/Gemfile      | 2 +-
 site/Gemfile.lock | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/678a2608/site/Gemfile
----------------------------------------------------------------------
diff --git a/site/Gemfile b/site/Gemfile
index 01cb75f..469a8e7 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-source 'http://rubygems.org'
+source 'https://rubygems.org'
 
 gem "middleman"
 

http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/678a2608/site/Gemfile.lock
----------------------------------------------------------------------
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index aa559ce..d86cda3 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -1,5 +1,5 @@
 GEM
-  remote: http://rubygems.org/
+  remote: https://rubygems.org/
   specs:
     activesupport (4.2.4)
       i18n (~> 0.7)