Merge pull request #957 from vipulnsward/fix-dependency-on-2-2

Fixed test-unit gem dependency on ruby > 2.1
This commit is contained in:
Konstantin Haase 2015-01-09 18:31:19 +05:30
commit 2e35e7d1fa
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ if RUBY_ENGINE == "ruby" and RUBY_VERSION > '1.9.2'
gem 'sass'
end
if RUBY_ENGINE == "ruby" and RUBY_VERSION > '2.1'
gem 'test-unit', '~> 3.0'
end
if RUBY_ENGINE == "rbx"
gem 'json'
gem 'rubysl'