Since we have a ruby dependency, I added a Gemfile for bundler to properly handle ruby dependencies and further simplify the build process

This commit is contained in:
Till Klocke 2015-08-06 18:34:09 +02:00 committed by Nils Schneider
parent dbccddbc22
commit 2e6b83aeef
2 changed files with 15 additions and 0 deletions

2
Gemfile Normal file
View file

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem "sass"

13
Gemfile.lock Normal file
View file

@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
sass (3.4.16)
PLATFORMS
ruby
DEPENDENCIES
sass
BUNDLED WITH
1.10.6