From: Ruben Kerkhof Date: Sun, 5 Oct 2014 15:34:12 +0000 (+0200) Subject: Add json to the Gem bundle X-Git-Tag: auth-3.4.2~10^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e227d225223c60685ee94a6d22dc2e4595172f5a;p=pdns Add json to the Gem bundle This fixes the unit tests on Fedora Rawhide unittest_pipe.rb:5:in `require': cannot load such file -- json (LoadError) (cherry picked from commit fd78ac1a5120ba12507d75658d3f6f761aecf9a3) --- diff --git a/modules/remotebackend/Gemfile b/modules/remotebackend/Gemfile index 70af3719c..2762b5430 100644 --- a/modules/remotebackend/Gemfile +++ b/modules/remotebackend/Gemfile @@ -1,5 +1,6 @@ source "https://rubygems.org" +gem "json" gem "webrick" gem "zeromqrb" gem "sqlite3" diff --git a/modules/remotebackend/Gemfile.lock b/modules/remotebackend/Gemfile.lock index 44b2bee99..6750b1184 100644 --- a/modules/remotebackend/Gemfile.lock +++ b/modules/remotebackend/Gemfile.lock @@ -4,6 +4,7 @@ GEM ffi (1.9.3) ffi-rzmq (1.0.3) ffi + json (1.8.1) sqlite3 (1.3.8) webrick (1.3.1) zeromqrb (0.1.1) @@ -13,6 +14,7 @@ PLATFORMS ruby DEPENDENCIES + json sqlite3 webrick zeromqrb