From 5fa9a39f29d56fb2d02c21b6483108b96dcb1789 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 14:15:50 +0200 Subject: [PATCH] Bump pry from 0.13.0 to 0.13.1 (#669) Bumps [pry](https://github.com/pry/pry) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](https://github.com/pry/pry/compare/v0.13.0...v0.13.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 55f5cb027..df4730d5f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem "chandler", "0.9.0" gem "mdl", "0.9.0" gem "minitest", "~> 5.11" -gem "pry", "0.13.0" +gem "pry", "0.13.1" gem "rake", "~> 13.0" gem "rake-compiler", "~> 1.0" gem "rexml", "~> 3.2" # TODO: remove when https://github.com/gettalong/kramdown/pull/638 released diff --git a/Gemfile.lock b/Gemfile.lock index 856fd01b2..fae538d6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM parallel (1.19.1) parser (2.7.0.5) ast (~> 2.4.0) - pry (0.13.0) + pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.3) @@ -78,7 +78,7 @@ DEPENDENCIES chandler (= 0.9.0) mdl (= 0.9.0) minitest (~> 5.11) - pry (= 0.13.0) + pry (= 0.13.1) rake (~> 13.0) rake-compiler (~> 1.0) rexml (~> 3.2)