Skip to content

Commit

Permalink
Updated jsonpath to jsonpathv2 to support scripting and to switch to …
Browse files Browse the repository at this point in the history
…a more up to date version of the gem. Issue #1591. (#1596)
  • Loading branch information
Skarlso authored and cantino committed Jul 24, 2016
1 parent c109533 commit 6b751fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ gem 'httmultiparty', '~> 0.3.16'
gem 'jquery-rails', '~> 3.1.3'
gem 'huginn_agent', '~> 0.4.0'
gem 'json', '~> 1.8.1'
gem 'jsonpath', '~> 0.5.6'
gem 'jsonpathv2', '~> 0.0.3'
gem 'kaminari', '~> 0.16.1'
gem 'kramdown', '~> 1.3.3'
gem 'liquid', '~> 3.0.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jsonpath (0.5.7)
jsonpathv2 (0.0.3)
multi_json
jwt (1.4.1)
kaminari (0.16.1)
Expand Down Expand Up @@ -635,7 +635,7 @@ DEPENDENCIES
hypdf (~> 1.0.10)
jquery-rails (~> 3.1.3)
json (~> 1.8.1)
jsonpath (~> 0.5.6)
jsonpathv2 (~> 0.0.3)
kaminari (~> 0.16.1)
kramdown (~> 1.3.3)
letter_opener_web
Expand Down

0 comments on commit 6b751fe

Please sign in to comment.