test/gemfiles/sass_3_2.gemfile in bootstrap-sass-3.0.2.1 vs test/gemfiles/sass_3_2.gemfile in bootstrap-sass-3.0.3.0
- old
+ new
@@ -1,5 +1,13 @@
source "https://rubygems.org"
gem 'sass', '~> 3.2.0'
-gemspec path: '../../'
\ No newline at end of file
+platform :rbx do
+ gem 'rubysl', '~> 2.0'
+ gem 'rubysl-test-unit', '~> 2.0'
+ gem 'rubysl-json', '~> 2.0'
+ gem 'racc'
+end
+
+
+gemspec path: '../../'