From 685362a63491c39609b1ac8fc07666f943141c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Br=C3=A4utigam?= Date: Mon, 16 May 2016 14:17:43 +0200 Subject: [PATCH] Added gem sources --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 2c50b07..318041a 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1,3 @@ +source 'https://rubygems.org' + gem 'sass', '3.4.22'