summarylogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorТомас2022-04-04 13:33:26 -0500
committerТомас2022-04-04 13:33:26 -0500
commit3bd5c9dcbe535c35723dcead4c7c0a8045212c4c (patch)
treeb2b7b86d6b6a1f99a80dda92c17d741a2868fe44 /Gemfile
parent743a08e76fb7e9aa4dc856cef0fda2f3207ee8f9 (diff)
downloadaur-3bd5c9dcbe535c35723dcead4c7c0a8045212c4c.tar.gz
Added Gemfile explicit global source
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 383c431e141f..1ab450e78da4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,4 @@
+source "https://rubygems.org"
+
gem "mixlib-install"