From b48c985dfd469624b12a4e6675eaa6cc45309970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 16:25:30 +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 122fe43..6f433a5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' ruby '2.2.2' -gem 'rake', '~> 10.4.2' +gem 'rake', '~> 12.3.3' gem 'rails', '4.2.3' gem 'babosa', '~> 1.0.2' gem 'friendly_id', '~> 5.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4ae6388..5d03e2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.13.0) - rake (10.4.2) + rake (12.3.3) rspec-core (3.3.2) rspec-support (~> 3.3.0) rspec-expectations (3.3.1) @@ -189,7 +189,7 @@ DEPENDENCIES pg (~> 0.18.3) rails (= 4.2.3) rails_12factor (~> 0.0.3) - rake (~> 10.4.2) + rake (~> 12.3.3) rspec-rails (~> 3.3.3) selenium-webdriver (~> 2.47.1) shoulda (~> 3.5.0)