From 5fbd59a551abc64d62dfa9bd49acfaf8237f084d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 11:48:01 +0000 Subject: [PATCH] Bump rake from 12.0.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 12.0.0 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.0.0...v12.3.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b348e4e..26e4b7e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org' gemspec group :development, :test do - gem 'rake', '~> 12.0.0' + gem 'rake', '~> 12.3.3' end diff --git a/Gemfile.lock b/Gemfile.lock index 99e44d1..c839d92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,11 +22,12 @@ GEM diff-lcs (1.3) ethon (0.12.0) ffi (>= 1.3.0) + ffi (1.11.1) ffi (1.11.1-x64-mingw32) hashdiff (1.0.0) json (2.2.0) public_suffix (4.0.1) - rake (12.0.0) + rake (12.3.3) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -52,6 +53,7 @@ GEM hashdiff PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -60,7 +62,7 @@ DEPENDENCIES autotest-fsevent (~> 0.2, >= 0.2.12) autotest-growl (~> 0.2, >= 0.2.16) autotest-rails-pure (~> 4.1, >= 4.1.2) - rake (~> 12.0.0) + rake (~> 12.3.3) rspec (~> 3.6, >= 3.6.0) vcr (~> 3.0, >= 3.0.1) webmock (~> 1.24, >= 1.24.3)