0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #1220 from mduvall/ruby-dependencies

Explicitly add Ruby dependencies to project
This commit is contained in:
Hannah Wolfe 2013-10-24 02:39:56 -07:00
commit 39a777a5ea
3 changed files with 21 additions and 1 deletions

4
Gemfile Normal file
View file

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

15
Gemfile.lock Normal file
View file

@ -0,0 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
bourbon (3.1.8)
sass (>= 3.2.0)
thor
sass (3.2.12)
thor (0.18.1)
PLATFORMS
ruby
DEPENDENCIES
bourbon
sass

View file

@ -31,7 +31,8 @@ var path = require('path'),
'!config.js',
'!CONTRIBUTING.md',
'!SECURITY.md',
'!.travis.yml'
'!.travis.yml',
'!Gemfile*'
],
configureGrunt = function (grunt) {