From a440b0f259023e01952cc5d6ba3c890467b4342c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 03:59:42 +0000 Subject: [PATCH] Bump json from 2.1.0 to 2.3.0 in /ruby Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.1.0...v2.3.0) Signed-off-by: dependabot[bot] --- ruby/Gemfile | 2 +- ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index 0cb340d..9e5f735 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -6,5 +6,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem 'openssl', '>=2.0' -gem 'json', '2.1.0' +gem 'json', '2.3.0' # gem 'base64' \ No newline at end of file diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 313808c..70a9f2d 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - json (2.1.0) + json (2.3.0) openssl (2.0.6) PLATFORMS ruby DEPENDENCIES - json (= 2.1.0) + json (= 2.3.0) openssl (>= 2.0) BUNDLED WITH