mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
10 lines
126 B
Text
10 lines
126 B
Text
source "https://rubygems.org"
|
|
|
|
gem 'sass', '~> 3.2.0'
|
|
|
|
platform :rbx do
|
|
gem 'rubysl', '~> 2.0'
|
|
end
|
|
|
|
|
|
gemspec path: '../../'
|