]> granicus.if.org Git - pdns/commitdiff
Use ruby-json 1.8.2 instead of 1.8.1 to build on travis
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 Aug 2016 08:26:28 +0000 (10:26 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 Aug 2016 08:26:28 +0000 (10:26 +0200)
Since travis upgraded their trusty image, ruby has been updated to
2.3.1 and doesn't play well with ruby-json 1.8.1.
This should be fixed in 1.8.2 according to
https://github.com/flori/json/issues/229

modules/remotebackend/Gemfile.lock
modules/remotebackend/regression-tests/Gemfile.lock

index fa51dff95efc45c7317859aea914b3ab639ce2b1..88dee08a2e6d5be9a9b49e39cbcb9925f5601a7c 100644 (file)
@@ -6,7 +6,7 @@ GEM
       ffi-rzmq-core (>= 1.0.1)
     ffi-rzmq-core (1.0.3)
       ffi (~> 1.9)
-    json (1.8.1)
+    json (1.8.2)
     sqlite3 (1.3.9)
     webrick (1.3.1)
     zeromqrb (0.1.3)
index 276a96c9c08288d69b63add53b3cb89d00c637a3..1ec718b9392b85e0f917a32020b170d5b939ceab 100644 (file)
@@ -6,7 +6,7 @@ GEM
       ffi-rzmq-core (>= 1.0.1)
     ffi-rzmq-core (1.0.3)
       ffi (~> 1.9)
-    json (1.8.1)
+    json (1.8.2)
     sqlite3 (1.3.9)
     webrick (1.3.1)
     zeromqrb (0.1.3)