From f320799a853d7a51c880e2753bb5858dae3e236b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:33:47 +0000 Subject: [PATCH] Bump rake from 10.4.2 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.4.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/v10.4.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 d2a05fd..ff114f8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'http://rubygems.org' gem 'sprockets', '~>1.0.2' -gem 'rake', '~> 10.4.2' +gem 'rake', '~> 12.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index 8db6655..147ceaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: http://rubygems.org/ specs: - rake (10.4.2) + rake (12.3.3) sprockets (1.0.2) PLATFORMS ruby DEPENDENCIES - rake (~> 10.4.2) + rake (~> 12.3.3) sprockets (~> 1.0.2)