Add rubysl-test-unit to the rbx section of the Gemfile

This commit is contained in:
Santiago Pastorino 2013-12-26 17:55:32 -02:00
parent 2375154a6d
commit 1589a35ff8

View File

@ -19,6 +19,7 @@ end
platforms :rbx do
gem 'json'
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0' # Useful for Rails 3.2
gem 'racc', '~> 1.4.10'
end