From 8296cb6b11695646ec0f8891cfb6aa28083d6a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 08:36:57 +0000 Subject: [PATCH] Bump rake from 10.5.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.5.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/v10.5.0...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 a1278c2f..30f6a931 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails_autolink' gem 'simple_form', '~> 3.1.0' gem 'nokogiri', '~> 1.6.0' -gem 'rake', '~> 10.4' +gem 'rake', '~> 12.3' gem 'rgeo', '~> 0.3' # Assets diff --git a/Gemfile.lock b/Gemfile.lock index a5378b21..ad9fa0f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.19.0) - rake (10.5.0) + rake (12.3.3) rgeo (0.5.3) rgeo-activerecord (2.1.1) activerecord (~> 4.2) @@ -374,7 +374,7 @@ DEPENDENCIES racc rails (~> 4.2.0) rails_autolink - rake (~> 10.4) + rake (~> 12.3) rgeo (~> 0.3) rubysl rubysl-test-unit