From 2375154a6d8a9be1348b62bc07d8469c2cf2cfb6 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 26 Dec 2013 17:25:17 -0200 Subject: [PATCH] Add json dep in the rbx section of the Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 649e912e..30e18ca8 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ platforms :jruby do end platforms :rbx do + gem 'json' gem 'rubysl', '~> 2.0' gem 'racc', '~> 1.4.10' end