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
2014-04-18 23:14:52 +02:00

15 lines
202 B
Ruby

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