summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-08 13:12:48 +0000
committerGitHub <noreply@github.com>2022-04-08 13:12:48 +0000
commit070041cbc39264b1d1a3c0661d690550ce765a79 (patch)
tree3b985d9ae649bf365e0e45206a6999fc31d98dc6
parente5a01d7ca8695bf9a13b48dc27011f66be75c9aa (diff)
downloadmixlib-cli-dependabot/bundler/pry-stack_explorer-tw-0.6.1.tar.gz
Update pry-stack_explorer requirement from ~> 0.4.0 to ~> 0.6.1dependabot/bundler/pry-stack_explorer-tw-0.6.1
Updates the requirements on [pry-stack_explorer](https://github.com/pry/pry-stack_explorer) to permit the latest version. - [Release notes](https://github.com/pry/pry-stack_explorer/releases) - [Changelog](https://github.com/pry/pry-stack_explorer/blob/master/CHANGELOG) - [Commits](https://github.com/pry/pry-stack_explorer/compare/v0.4.2...v0.6.1) --- updated-dependencies: - dependency-name: pry-stack_explorer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f071fe5..83e3bef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,6 +18,6 @@ end
group :debug do
gem "pry"
gem "pry-byebug"
- gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6
+ gem "pry-stack_explorer", "~> 0.6.1" # pin until we drop ruby < 2.6
gem "rb-readline"
end