mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
rbx
This commit is contained in:
parent
8d5530108a
commit
a2c77bafc6
3 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -4,5 +4,6 @@ gemspec
|
|||
|
||||
platform :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'racc'
|
||||
end
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ gem 'sass', '~> 3.2.0'
|
|||
|
||||
platform :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'racc'
|
||||
end
|
||||
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ gem 'compass', '~> 0.12.2'
|
|||
|
||||
platform :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'racc'
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue