]> granicus.if.org Git - pdns/commitdiff
Add json to the Gem bundle
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 15:34:12 +0000 (17:34 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 20 Jan 2015 20:16:10 +0000 (21:16 +0100)
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)

modules/remotebackend/Gemfile
modules/remotebackend/Gemfile.lock

index 70af3719c0ab5b1dd268aa94da40aa24f7fa16f6..2762b5430878ef78bbc9ef74096dbf4931518875 100644 (file)
@@ -1,5 +1,6 @@
 source "https://rubygems.org"
 
+gem "json"
 gem "webrick"
 gem "zeromqrb"
 gem "sqlite3"
index 44b2bee99727c78a837fc049175c0f949410e016..6750b1184fdcd91050351b48c1bb3933cfe81fe7 100644 (file)
@@ -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