From d1a0591b0c32b3289687cf906f603fdd5d9a92a5 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Tue, 31 Aug 2010 09:38:08 +0900 Subject: [PATCH] mentioning json-jruby --- Gemfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a0b04383..c6d18326 100644 --- a/Gemfile +++ b/Gemfile @@ -20,14 +20,15 @@ gem 'thin' # you should choose one of the following three or add another backend supported # by Rufus::Json (http://github.com/jmettraux/rufus-json/) # -# gem 'json_pure' # safest all-around choice -# gem 'yajl-ruby' # the fastest, but using c code -# gem 'json' # not bad, but using c code and sometimes broken +# gem 'json_pure' # safest all-around choice +# gem 'yajl-ruby' # the fastest, but using c code +# gem 'json' # not bad, but using c code and sometimes broken +# gem 'json-jruby' # for jruby # # needed, uses one of the above as backend gem 'yajl-ruby' -gem 'rufus-json', '>= 0.2.3' +gem 'rufus-json', '>= 0.2.5' # ruote