mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
6 lines
265 B
Text
6 lines
265 B
Text
source "https://rubygems.org"
|
|
|
|
gem 'sass', git: 'https://github.com/nex3/sass', branch: 'stable' # master is not compatible with Compass master
|
|
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false
|
|
|
|
gemspec path: '../../'
|