Skip to content

Commit 268ad39

Browse files
Update debug requirement from ~> 1.0.0 to ~> 1.6.2 in /updater
Updates the requirements on [debug](https://github.com/ruby/debug) to permit the latest version. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.0.0...v1.6.2) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55acf50 commit 268ad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem "sentry-raven", "~> 3.1"
2727
gem "terminal-table", "~> 3.0.2"
2828

2929
group :test do
30-
gem "debug", "~> 1.0.0"
30+
gem "debug", "~> 1.6.2"
3131
gem "rspec", "~> 3.11"
3232
gem "rubocop", "~> 1.36.0"
3333
gem "rubocop-performance", "~> 1.15.0"

0 commit comments

Comments
 (0)