Skip to content

Commit

Permalink
Update pry-byebug requirement from ~> 3.3.0 to ~> 3.10.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) to permit the latest version.
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](deivid-rodriguez/pry-byebug@v3.3.0...v3.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent a706056 commit b08a2af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
byebug (8.2.5)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.5.0)
method_source (1.0.0)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
rake (13.0.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -35,9 +35,8 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.11)
exonio!
pry-byebug (~> 3.3.0)
pry-byebug (~> 3.10.1)
rake (~> 13.0)
rspec (~> 3.0)

Expand Down
2 changes: 1 addition & 1 deletion exonio.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "pry-byebug", "~> 3.3.0"
spec.add_development_dependency "pry-byebug", "~> 3.10.1"
end

0 comments on commit b08a2af

Please sign in to comment.