From: Ruben Kerkhof Date: Sun, 5 Oct 2014 15:34:12 +0000 (+0200) Subject: Add json to the Gem bundle X-Git-Tag: rec-3.7.0-rc1~230^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1776%2Fhead;p=thirdparty%2Fpdns.git 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) --- diff --git a/modules/remotebackend/Gemfile b/modules/remotebackend/Gemfile index 70af3719c0..2762b54308 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 44b2bee997..6750b1184f 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