Merge pull request #1996 from Skarlso/update_jsonpathv2_to_jsonpath

Remove jsonpathv2 as the original is now up-to-date.
This commit is contained in:
Dominik Sander 2017-05-07 22:01:17 +02:00 committed by GitHub
commit e815b8dff2
2 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ gem 'httmultiparty', '~> 0.3.16'
gem 'jquery-rails', '~> 4.2.1'
gem 'huginn_agent', '~> 0.4.0'
gem 'json', '~> 1.8.1'
gem 'jsonpathv2', '~> 0.0.8'
gem 'jsonpath', '~> 0.7.1'
gem 'kaminari', github: "amatsuda/kaminari", branch: '0-17-stable', ref: 'abbf93d557208ee1d0b612c612cd079f86ed54f4'
gem 'kramdown', '~> 1.3.3'
gem 'liquid', '~> 4.0'

View file

@ -297,7 +297,7 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jsonpathv2 (0.0.8)
jsonpath (0.7.1)
multi_json
jwt (1.4.1)
kgio (2.10.0)
@ -640,7 +640,7 @@ DEPENDENCIES
hypdf (~> 1.0.10)
jquery-rails (~> 4.2.1)
json (~> 1.8.1)
jsonpathv2 (~> 0.0.8)
jsonpath (~> 0.7.1)
kaminari!
kramdown (~> 1.3.3)
letter_opener_web (~> 1.3.0)