1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/Gemfile
Gleb Mazovetskiy 28c3527e2a rbx
2013-12-03 15:56:04 +01:00

11 lines
165 B
Ruby

source "https://rubygems.org"
gemspec
platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-json', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'racc'
end