Skip to content

Commit ca03542

Browse files
Update pry requirement from ~> 0.15.2 to ~> 0.16.0 in the bundler group (#42)
Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version. Updates `pry` to 0.16.0 - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](pry/pry@v0.15.2...v0.16.0) --- updated-dependencies: - dependency-name: pry dependency-version: 0.16.0 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbff6f1 commit ca03542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem 'awesome_print', '~> 1.9.2'
99
gem 'fiddle', '~> 1.1.2'
1010
gem 'ostruct', '~> 0.6.1'
11-
gem 'pry', '~> 0.15.2'
11+
gem 'pry', '~> 0.16.0'
1212
gem 'pry-byebug', '~> 3.12.0'
1313
gem 'pry-rescue', '~> 1.6.0'
1414
gem 'pry-stack_explorer', '~> 0.6.1'

0 commit comments

Comments
 (0)