]> cat aescling's git repositories - mastodon.git/commitdiff
Bump pry-byebug from 3.8.0 to 3.9.0 (#13653)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fri, 8 May 2020 16:52:57 +0000 (18:52 +0200)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 16:52:57 +0000 (18:52 +0200)
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 6eb55d43d61e5c687a309cb26af5cec792a549d3..dffa269ed2533b4d824dd53e9f3779900e4a9609 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -108,7 +108,7 @@ group :development, :test do
   gem 'fabrication', '~> 2.21'
   gem 'fuubar', '~> 2.5'
   gem 'i18n-tasks', '~> 0.9', require: false
-  gem 'pry-byebug', '~> 3.8'
+  gem 'pry-byebug', '~> 3.9'
   gem 'pry-rails', '~> 0.3'
   gem 'rspec-rails', '~> 4.0'
 end
index 6ede1642409567378fa73f5bb7246d9a7283d497..13ad1921372f5e774f8232a27a65449708bb6b21 100644 (file)
@@ -428,9 +428,9 @@ GEM
     pry (0.13.1)
       coderay (~> 1.1)
       method_source (~> 1.0)
-    pry-byebug (3.8.0)
+    pry-byebug (3.9.0)
       byebug (~> 11.0)
-      pry (~> 0.10)
+      pry (~> 0.13.0)
     pry-rails (0.3.9)
       pry (>= 0.10.4)
     public_suffix (4.0.4)
@@ -749,7 +749,7 @@ DEPENDENCIES
   posix-spawn!
   premailer-rails
   private_address_check (~> 0.5)
-  pry-byebug (~> 3.8)
+  pry-byebug (~> 3.9)
   pry-rails (~> 0.3)
   puma (~> 4.3)
   pundit (~> 2.1)