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/test/gemfiles/sass_head.gemfile
Gleb Mazovetskiy c004c7d77f Clean up dependencies
* Do not depend on sass-rails gem for testing
* Remove unused dummy rails app dep-s
2014-03-26 08:53:51 +01:00

14 lines
305 B
Text

source "https://rubygems.org"
gem 'sass', git: 'https://github.com/nex3/sass'
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master'
platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'json', '>= 1.8.1'
gem 'racc'
end
gemspec path: '../../'