Skip to content

Commit bbff6f1

Browse files
Update pry-byebug requirement from ~> 3.11.0 to ~> 3.12.0 (#41)
Updates the requirements on [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) to permit the latest version. Updates `pry-byebug` to 3.12.0 - [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.11.0...v3.12.0) --- updated-dependencies: - dependency-name: pry-byebug dependency-version: 3.12.0 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c953eed commit bbff6f1

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
@@ -9,7 +9,7 @@ gem 'awesome_print', '~> 1.9.2'
99
gem 'fiddle', '~> 1.1.2'
1010
gem 'ostruct', '~> 0.6.1'
1111
gem 'pry', '~> 0.15.2'
12-
gem 'pry-byebug', '~> 3.11.0'
12+
gem 'pry-byebug', '~> 3.12.0'
1313
gem 'pry-rescue', '~> 1.6.0'
1414
gem 'pry-stack_explorer', '~> 0.6.1'
1515

0 commit comments

Comments
 (0)