From 81cc280a14bcc029ffcf0edb9be99cadb5a30f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 19:07:00 +0000 Subject: [PATCH] Bump rake from 12.3.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v12.3.2...v12.3.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 463f861..640cda2 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source "https://rubygems.org" # Specify your gem's dependencies in json-rpc-client.gemspec gemspec -gem "rake", "~> 12.0" +gem "rake", "~> 12.3" gem "minitest", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8cd8862..f83a3a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM remote: https://rubygems.org/ specs: minitest (5.13.0) - rake (12.3.2) + rake (12.3.3) PLATFORMS ruby @@ -15,7 +15,7 @@ PLATFORMS DEPENDENCIES json-rpc-client! minitest (~> 5.0) - rake (~> 12.0) + rake (~> 12.3) BUNDLED WITH 2.1.4