From 2e6b83aeef6f65f3ea914863b77a14f919b8c33b Mon Sep 17 00:00:00 2001 From: Till Klocke Date: Thu, 6 Aug 2015 18:34:09 +0200 Subject: [PATCH] Since we have a ruby dependency, I added a Gemfile for bundler to properly handle ruby dependencies and further simplify the build process --- Gemfile | 2 ++ Gemfile.lock | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..bc67cf1 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem "sass" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..1f6e618 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,13 @@ +GEM + remote: https://rubygems.org/ + specs: + sass (3.4.16) + +PLATFORMS + ruby + +DEPENDENCIES + sass + +BUNDLED WITH + 1.10.6