Update jsonpath (along with multi_json)

JsonPath 0.5.7 has an important bug fix to prevent an invalid
expression from causing infinite loop.

Akinori MUSHA 8 years ago
parent
commit
7ae1f6c202
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gemfile.lock

+ 2 - 2
Gemfile.lock

@@ -224,7 +224,7 @@ GEM
224 224
       railties (>= 3.0, < 5.0)
225 225
       thor (>= 0.14, < 2.0)
226 226
     json (1.8.3)
227
-    jsonpath (0.5.6)
227
+    jsonpath (0.5.7)
228 228
       multi_json
229 229
     jwt (1.4.1)
230 230
     kaminari (0.16.1)
@@ -255,7 +255,7 @@ GEM
255 255
     mini_portile (0.6.2)
256 256
     minitest (5.7.0)
257 257
     mqtt (0.3.1)
258
-    multi_json (1.11.1)
258
+    multi_json (1.11.2)
259 259
     multi_xml (0.5.5)
260 260
     multipart-post (2.0.0)
261 261
     mysql2 (0.3.16)