From f6668d5841277bef20898156d368f2fb1f698c99 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Thu, 17 Apr 2014 17:12:39 -0700 Subject: [PATCH] Add the json gem for all versions of ruby, not just 1.8.x. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7beb00e984..0e4868ad1d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :documentation do gem 'github-markup', '0.7.2' end -platforms :ruby_18, :jruby do +platforms :ruby, :jruby do gem 'json' end