mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
1580cccbf1
closes #1220 - This uses Bundler to install Ruby dependencies to handle explicit dependencies in provisioned environments - The initial Gemfile contains SASS dependencies (sass and bourbon gems)
4 lines
56 B
Ruby
4 lines
56 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sass'
|
|
gem 'bourbon'
|