Bump pry-byebug from 3.10.1 to 3.11.0

Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.10.1 to 3.11.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.10.1...v3.11.0)

---
updated-dependencies:
- dependency-name: pry-byebug
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-03 13:29:58 +00:00
committed by GitHub
parent 0da3f9a8e9
commit 1f440800c4
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)