From 80fe62f94a94b305c6e0d7ab4671ba44619e9562 Mon Sep 17 00:00:00 2001 From: Pavel Pravosud Date: Wed, 2 Oct 2013 20:01:30 -0400 Subject: [PATCH] Bump JrJackson to 0.2.0 Closes #139 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index caaf4b4a..398fa828 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end platforms :jruby do gem 'gson', '>= 0.6', :require => nil - gem 'jrjackson', '~> 0.1.1', :require => nil + gem 'jrjackson', '~> 0.2.0', :require => nil end group :development do