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

@ -19,7 +19,6 @@ 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

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

View File

@ -18,7 +18,9 @@ platforms :jruby do
end
platforms :rbx do
gem 'json'
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'racc', '~> 1.4.10'
end