Add bundler support

Add bundler support for compass deployment, required by puppet scripts.

Change-Id: I80e65108e741f4eb11191e51d655b47d3b4bc535
This commit is contained in:
Marton Kiss 2014-11-28 11:17:07 +01:00
parent 23f412fe34
commit 5e31bad0a5
1 changed files with 6 additions and 0 deletions

6
Gemfile Normal file
View File

@ -0,0 +1,6 @@
source "https://rubygems.org"
# gem "rails"
gem 'sass', '~> 3.2.14'
gem 'sass-globbing', '~> 1.1.0'
gem 'compass', '>= 0.12.2'