From 38bdd582ac8f887f359d35c595c13147298a5642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 05:05:11 +0000 Subject: [PATCH] Bump pry from 0.10.4 to 0.14.1 Bumps [pry](https://github.com/pry/pry) from 0.10.4 to 0.14.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.10.4...v0.14.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 51 +++++++++++++++++++++++---------------------------- 2 files changed, 24 insertions(+), 29 deletions(-) diff --git a/Gemfile b/Gemfile index b61958e..5ac92f1 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem 'rubocop' # debug - gem 'pry', '~> 0.10.1' + gem 'pry', '~> 0.14.1' # deploy gem 'mina', '~> 0.3.1' # for fast deployment diff --git a/Gemfile.lock b/Gemfile.lock index d9d8107..1838e2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,27 @@ GEM remote: https://rubygems.org/ specs: - activemodel (4.2.11.1) - activesupport (= 4.2.11.1) - builder (~> 3.1) - activerecord (4.2.11.1) - activemodel (= 4.2.11.1) - activesupport (= 4.2.11.1) - arel (~> 6.0) - activesupport (4.2.11.1) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) + activemodel (6.1.3.1) + activesupport (= 6.1.3.1) + activerecord (6.1.3.1) + activemodel (= 6.1.3.1) + activesupport (= 6.1.3.1) + activesupport (6.1.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) ast (2.3.0) - builder (3.2.3) - coderay (1.1.1) - concurrent-ruby (1.1.5) + coderay (1.1.3) + concurrent-ruby (1.1.8) daemons (1.2.4) docile (1.3.5) dotenv (2.7.6) eventmachine (1.2.3) - i18n (0.9.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) - method_source (0.8.2) + method_source (1.0.0) mina (0.3.8) open4 (~> 1.3.4) rake @@ -35,10 +32,9 @@ GEM ast (~> 2.2) pg (1.2.3) powerpack (0.1.1) - pry (0.10.4) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) rainbow (2.2.2) rake rake (13.0.1) @@ -57,24 +53,23 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) simpleidn (0.0.7) - slop (3.6.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) unicode-display_width (1.3.0) + zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.2) + activerecord (~> 6.1) daemons (~> 1.2.3) dotenv eventmachine (~> 1.2.0) mina (~> 0.3.1) minitest pg (~> 1.2.3) - pry (~> 0.10.1) + pry (~> 0.14.1) rubocop simplecov (= 0.21.2) simpleidn (~> 0.0.6)