mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Move rubysl-test-unit to the right place and add json to the rest of the Gemfiles
This commit is contained in:
parent
1589a35ff8
commit
9327afb0fc
1
Gemfile
1
Gemfile
@ -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
|
||||
|
||||
|
||||
@ -16,6 +16,7 @@ platforms :jruby do
|
||||
end
|
||||
|
||||
platforms :rbx do
|
||||
gem 'json'
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'racc', '~> 1.4.10'
|
||||
end
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user