Move rubysl-test-unit to the right place and add json to the rest of the Gemfiles

This commit is contained in:
Santiago Pastorino
2013-12-26 18:00:37 -02:00
parent 1589a35ff8
commit 9327afb0fc
3 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ platforms :jruby do
end
platforms :rbx do
gem 'json'
gem 'rubysl', '~> 2.0'
gem 'racc', '~> 1.4.10'
end