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

18 lines
346 B
Text
Raw Normal View History

source "https://rubygems.org"
2014-03-13 21:46:58 +01:00
gem 'sass', git: 'https://github.com/nex3/sass'
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master'
2013-12-03 14:53:55 +01:00
platform :rbx do
gem 'rubysl', '~> 2.0'
2013-12-03 15:39:46 +01:00
gem 'rubysl-test-unit', '~> 2.0'
2014-01-14 16:42:43 +01:00
gem 'json', '>= 1.8.1'
2013-12-03 15:20:56 +01:00
gem 'racc'
2013-12-03 14:53:55 +01:00
end
platform :jruby do
gem 'test-unit'
end
2013-12-03 14:53:55 +01:00
gemspec path: '../../'