Gemfile in bootstrap-sass-3.0.2.1 vs Gemfile in bootstrap-sass-3.0.3.0

- old
+ new

@@ -1,3 +1,11 @@ source "https://rubygems.org" -gemspec \ No newline at end of file +gemspec + +platform :rbx do + gem 'rubysl', '~> 2.0' + gem 'rubysl-json', '~> 2.0' + gem 'rubysl-test-unit', '~> 2.0' + gem 'racc' +end +