Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
mentioning json-jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 31, 2010
1 parent 12652d3 commit d1a0591
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Expand Up @@ -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

Expand Down

0 comments on commit d1a0591

Please sign in to comment.