From ad723eb9737ee768d127a4d61830f8eaae56c3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:49:15 +0000 Subject: [PATCH] Bump gon from 5.1.2 to 6.4.0 Bumps [gon](https://github.com/gazay/gon) from 5.1.2 to 6.4.0. - [Release notes](https://github.com/gazay/gon/releases) - [Changelog](https://github.com/gazay/gon/blob/master/CHANGELOG.md) - [Commits](https://github.com/gazay/gon/compare/v5.1.2...v6.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a1cf87f..7243737 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ end gem 'rails', '~> 4.2.11.3' gem 'braintree' -gem 'gon', '~> 5.1.2' +gem 'gon', '~> 6.4.0' # respond_to methods have been extracted to the responders gem # http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders diff --git a/Gemfile.lock b/Gemfile.lock index 27caca6..51d3d2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,11 +293,11 @@ GEM activemodel (>= 4.2, < 5.2) activerecord (>= 4.2, < 5.2) request_store (~> 1.0) - gon (5.1.2) - actionpack (>= 2.3.0) - json + gon (6.4.0) + actionpack (>= 3.0.20) + i18n (>= 0.7) multi_json - request_store (>= 1.0.5) + request_store (>= 1.0) gravtastic (3.2.6) groupdate (4.1.2) activesupport (>= 4.2) @@ -378,7 +378,7 @@ GEM loggability (0.14.0) lolsoap (0.9.0) nokogiri (~> 1.5) - loofah (2.9.1) + loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.5) @@ -392,7 +392,7 @@ GEM rake mini_magick (4.9.5) mini_mime (1.0.2) - mini_portile2 (2.5.1) + mini_portile2 (2.5.3) mini_racer (0.2.4) libv8 (>= 6.3) minitest (5.14.4) @@ -408,7 +408,7 @@ GEM monetize (~> 1.4.0) money (~> 6.7) railties (>= 3.0) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.0.0) nested_form (0.3.2) @@ -609,7 +609,8 @@ GEM refinerycms-settings (3.0.0) friendly_id (~> 5.0, >= 5.0.1) refinerycms-core (~> 3.0, >= 3.0.0) - request_store (1.1.0) + request_store (1.5.0) + rack (>= 1.4) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) @@ -819,7 +820,7 @@ DEPENDENCIES formtastic (~> 3.1.5) formtastic-bootstrap friendly_id (~> 5.1.0) - gon (~> 5.1.2) + gon (~> 6.4.0) gravtastic groupdate guard-rspec (~> 4.2.8)