diff --git a/Gemfile b/Gemfile index e9ba78d..f2ca80b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'geckodriver-helper', '~> 0.0.5' gem 'webdrivers', '~> 4.0' gem 'headless', '~> 2.2', '>= 2.2.3' gem 'httparty', '0.14.0' -gem 'json', '1.8.5' +gem 'json', '2.3.0' gem 'jsonpath', '~> 0.8.7' gem 'multipart-post' gem 'mysql2' diff --git a/Gemfile.lock b/Gemfile.lock index 3bdb6e4..c3d864a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM jaro_winkler (1.5.2) jschematic (0.1.0) addressable - json (1.8.5) + json (2.3.0) jsonpath (0.8.12) multi_json to_regexp (~> 0.2.1) @@ -298,7 +298,7 @@ DEPENDENCIES geckodriver-helper (~> 0.0.5) headless (~> 2.2, >= 2.2.3) httparty (= 0.14.0) - json (= 1.8.5) + json (= 2.3.0) jsonpath (~> 0.8.7) multipart-post mysql2