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:
parent
dbccddbc22
commit
2e6b83aeef
13
Gemfile.lock
Normal file
13
Gemfile.lock
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
sass (3.4.16)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
sass
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
Loading…
Reference in a new issue