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_3_3.gemfile

18 lines
275 B
Text
Raw Normal View History

2014-03-13 21:46:58 +01:00
source "https://rubygems.org"
gem 'sass', '~> 3.3.4'
2014-03-13 21:46:58 +01:00
gem 'compass', '~> 1.0.0.alpha.19'
platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'json', '>= 1.8.1'
gem 'racc'
end
platform :jruby do
gem 'test-unit'
end
2014-03-13 21:46:58 +01:00
gemspec path: '../../'