aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-04-16 16:28:53 +0530
committerAaron Patterson <aaron.patterson@gmail.com>2011-04-17 12:00:55 -0700
commitd1f10e74caaedbc853d0f875d8e2a2ac16899fa0 (patch)
tree10a6d8864e2df773fedd39976f42a654dbe8f8cd /Gemfile
parentda80d87f4dbe56f23cac4f265f5c7de878272516 (diff)
downloadrails-d1f10e74caaedbc853d0f875d8e2a2ac16899fa0.tar.gz
rails-d1f10e74caaedbc853d0f875d8e2a2ac16899fa0.tar.bz2
rails-d1f10e74caaedbc853d0f875d8e2a2ac16899fa0.zip
Test failing with Jruby "uninitialized constant TestJSONEncoding::JSON"
activesupport/test/json/encoding_test.rb need Json to pass against with Jruby
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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