mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
14 lines
211 B
Text
14 lines
211 B
Text
source "https://rubygems.org"
|
|
|
|
gem 'sass', github: 'nex3/sass'
|
|
gem 'compass', '~> 0.12.2'
|
|
|
|
|
|
platform :rbx do
|
|
gem 'rubysl', '~> 2.0'
|
|
gem 'rubysl-test-unit', '~> 2.0'
|
|
gem 'racc'
|
|
end
|
|
|
|
|
|
gemspec path: '../../'
|