From: Ken Barber Date: Tue, 26 Feb 2013 15:12:00 +0000 (+0000) Subject: Change source to specific https target X-Git-Tag: 0.1.1~4 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7d90bd026626670bfeb6ebaf005b124ff5227651;p=puppet-modules%2Fpuppetlabs-firewall.git Change source to specific https target This removes the warnings from rubygems-2.0.0 and ruby-2.0.0. Signed-off-by: Ken Barber --- diff --git a/Gemfile b/Gemfile index 8e5e04d..7dde5a9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' group :development, :test do gem 'puppetlabs_spec_helper', :require => false