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