Skip to content

Commit

Permalink
Update jsonpath (along with multi_json)
Browse files Browse the repository at this point in the history
JsonPath 0.5.7 has an important bug fix to prevent an invalid
expression from causing infinite loop.
  • Loading branch information
knu committed Jul 13, 2015
1 parent 0bbb1e9 commit 7ae1f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jsonpath (0.5.6)
jsonpath (0.5.7)
multi_json
jwt (1.4.1)
kaminari (0.16.1)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
mini_portile (0.6.2)
minitest (5.7.0)
mqtt (0.3.1)
multi_json (1.11.1)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.3.16)
Expand Down

0 comments on commit 7ae1f6c

Please sign in to comment.