From f3433f7c757ef8352c3ea3796a9b350b4454a2b6 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 3 Feb 2016 10:49:14 -0800 Subject: Remove json gem dependency All modern Rubies ship JSON as part of stdlib. Using the gem actually hurts multi-platform support due to build difficulties on Windows. --- Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 78f9853bed..ba102fe711 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,6 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do end platforms :jruby do - gem 'json' if ENV['AR_JDBC'] gem 'activerecord-jdbcsqlite3-adapter', github: 'jruby/activerecord-jdbc-adapter', branch: 'master' group :db do -- cgit v1.2.3