From d1f10e74caaedbc853d0f875d8e2a2ac16899fa0 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sat, 16 Apr 2011 16:28:53 +0530 Subject: Test failing with Jruby "uninitialized constant TestJSONEncoding::JSON" activesupport/test/json/encoding_test.rb need Json to pass against with Jruby --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a94f3689bc..c720b09a2c 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ end platforms :jruby do gem "ruby-debug", ">= 0.10.3" - + gem "json" gem "activerecord-jdbcsqlite3-adapter" # This is needed by now to let tests work on JRuby -- cgit v1.2.3