Skip to content

Commit d646588

Browse files
Update pry-byebug requirement from ~>3.9.0 to ~> 3.10.1 (#93)
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.9.0...v3.10.1) --- updated-dependencies: - dependency-name: pry-byebug dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Corey Hemminger <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey Hemminger <[email protected]>
1 parent 8a04e36 commit d646588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
group :debug do
1818
gem "pry", "~>0.16.0"
19-
gem "pry-byebug", "~>3.10.0"
19+
gem "pry-byebug", "~>3.10.1"
2020
gem "pry-stack_explorer"
2121
end
2222

0 commit comments

Comments
 (0)