summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@opscode.com>2013-12-05 16:46:22 -0500
committerSeth Chisamore <schisamo@opscode.com>2013-12-05 16:46:22 -0500
commit6af6a847139900353c986a8284067fbc7aaa38f2 (patch)
tree164bee139d3370e38d6e292145928a3bb83dd367 /Gemfile
parentc81d678ee378ddc797be3b7d0fc29b294777d1e4 (diff)
downloadmixlib-shellout-6af6a847139900353c986a8284067fbc7aaa38f2.tar.gz
Silence `:rubygems` Bundler deprecation notice.
Message from Bundler before this change: The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org'; if possible, or 'http://rubygems.org'; if not.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c1b379a..86160d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,5 @@
-source :rubygems
+source 'https://rubygems.org'
+
gemspec :name => "mixlib-shellout"
group(:test) do