From 655f6ce76ec4313618564143c5e2be63715f1c0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 05:35:00 +0000 Subject: [PATCH] Bump pry from 0.11.3 to 0.13.1 Bumps [pry](https://github.com/pry/pry) from 0.11.3 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.11.3...v0.13.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 863bd9d..93c2e1a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'pry', '~> 0.11.3' +gem 'pry', '~> 0.13.1' gem 'rubocop', '~> 0.56.0' gem 'capistrano', '~> 3.10.2' diff --git a/Gemfile.lock b/Gemfile.lock index dc51af9..cc9878c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM nokogiri (>= 1.4) i18n (1.0.1) concurrent-ruby (~> 1.0) - method_source (0.9.0) + method_source (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) net-scp (1.2.1) @@ -55,9 +55,9 @@ GEM parser (2.5.1.0) ast (~> 2.4.0) powerpack (0.1.1) - pry (0.11.3) - coderay (~> 1.1.0) - method_source (~> 0.9.0) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) rainbow (3.0.0) rake (12.3.1) rb-fsevent (0.10.3) @@ -95,7 +95,7 @@ DEPENDENCIES capistrano-rbenv (~> 2.1.3) commonmarker (~> 0.17.9) graphql-docs (~> 1.4.0) - pry (~> 0.11.3) + pry (~> 0.13.1) rubocop (~> 0.56.0) sass (~> 3.5.6)