Merge pull request #3311 from beefproject/dependabot/bundler/pry-byebug-3.11.0

Bump pry-byebug from 3.10.1 to 3.11.0
This commit is contained in:
github-actions[bot]
2025-04-03 13:32:27 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ group :test do
gem 'browserstack-local', '~> 1.4'
gem 'irb', '~> 1.15'
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
gem 'pry-byebug', '~> 3.11'
gem 'rest-client', '~> 2.1.0'
gem 'websocket-client-simple', '~> 0.6.1'

View File

@@ -36,7 +36,7 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.8)
browserstack-local (1.4.3)
byebug (11.1.3)
byebug (12.0.0)
capybara (3.40.0)
addressable
matrix
@@ -125,12 +125,12 @@ GEM
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
pry (0.14.2)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry-byebug (3.11.0)
byebug (~> 12.0)
pry (>= 0.13, < 0.16)
psych (5.2.3)
date
stringio
@@ -280,7 +280,7 @@ DEPENDENCIES
net-smtp
otr-activerecord (~> 2.5.0)
parseconfig (~> 1.1, >= 1.1.2)
pry-byebug (~> 3.10, >= 3.10.1)
pry-byebug (~> 3.11)
qr4r (~> 0.6.1)
rack (~> 2.2)
rack-protection (~> 3.2.0)