mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03: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)
5 lines
56 B
Ruby
5 lines
56 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sass'
|
|
gem 'bourbon'
|