From 3ff2123bf9b48f08cfc95d5a3dc157dec3be6ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 6 Jul 2018 01:33:53 +0000 Subject: [PATCH] Bump rake from 10.3.2 to 12.3.1 Bumps [rake](https://github.com/ruby/rake) from 10.3.2 to 12.3.1. - [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.3.2...v12.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e29c0ad..1a91b26 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ end group :development, :deployment do gem 'coffee-script', '2.4.1' gem 'cssminify', '1.0.2' - gem 'rake', '~> 10.3' + gem 'rake', '~> 12.3' gem 'therubyracer', '0.12.3' gem 'uglifier', '4.1.14' end diff --git a/Gemfile.lock b/Gemfile.lock index 51aaac2..b8e2c4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM rack-protection (2.0.3) rack raindrops (0.19.0) - rake (10.3.2) + rake (12.3.1) ref (2.0.0) shotgun (0.9.2) rack (>= 1.0) @@ -39,7 +39,7 @@ PLATFORMS DEPENDENCIES coffee-script (= 2.4.1) cssminify (= 1.0.2) - rake (~> 10.3) + rake (~> 12.3) shotgun (= 0.9.2) sinatra (= 2.0.3) therubyracer (= 0.12.3)