Add json dep in the rbx section of the Gemfile

This commit is contained in:
Santiago Pastorino 2013-12-26 17:25:17 -02:00
parent f18594a980
commit 2375154a6d

View File

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