From daf9fe0195308a7a6aaf285fca8f73191982bdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 15:41:33 +0000 Subject: [PATCH] Bump rake from 0.9.2 to 13.0.1 in /example/rails2.3 Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 13.0.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/rake-0.9.2...v13.0.1) Signed-off-by: dependabot[bot] --- example/rails2.3/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/rails2.3/Gemfile.lock b/example/rails2.3/Gemfile.lock index b4165e0..03759e3 100644 --- a/example/rails2.3/Gemfile.lock +++ b/example/rails2.3/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - analytical (3.0.8) + analytical (3.0.12) GEM remote: http://rubygems.org/ @@ -24,7 +24,7 @@ GEM activeresource (= 2.3.14) activesupport (= 2.3.14) rake (>= 0.8.3) - rake (0.9.2) + rake (13.0.1) sqlite3 (1.3.4) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3)