From a891d28988d7657b39daa5aa43d787ae66e5b971 Mon Sep 17 00:00:00 2001 From: Steven Sloan Date: Thu, 23 Jan 2014 10:08:09 -0500 Subject: [PATCH] jk, should have actually been json https://github.com/bundler/bundler/issues/2774#issuecomment-31967820 --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 535d2dc..ef83b9d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,10 @@ source 'https://rubygems.org' gemspec -gem 'rubysl', platforms: [:rbx] -gem 'rubysl-json', platforms: [:rbx] +platforms :rbx do + gem 'rubysl' + gem 'json' +end group :test do gem 'rake'