From 250e32d745397ba80f1acf5c4ba2282c38fcec0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:21:14 +0000 Subject: [PATCH] Bump rake from 0.9.6 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 0.9.6 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/rake-0.9.6...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 3e31fe6..10cfb32 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'sinatra', '1.4.5', require: 'sinatra/base' gem 'etcd', '0.3.0' gem 'activesupport', "4.2.6", require: false gem 'activemodel', '4.2.6', require: 'active_model' -gem 'rake', '0.9.6' +gem 'rake', '12.3.3' gem 'puma', '3.6.0' gem 'bcrypt', '3.1.11' diff --git a/Gemfile.lock b/Gemfile.lock index 599c085..7f96b77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM rack-test (0.6.3) rack (>= 1.0) rainbow (2.1.0) - rake (0.9.6) + rake (12.3.3) rb-readline (0.5.5) rest-client (2.0.1) http-cookie (>= 1.0.2, < 2.0) @@ -109,7 +109,7 @@ DEPENDENCIES etcd (= 0.3.0) puma (= 3.6.0) rack-test - rake (= 0.9.6) + rake (= 12.3.3) rb-readline rest-client rspec