From ae052c4c76f6543adcd0b41c16d6fc084ce7b11d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 07:25:40 +0000 Subject: [PATCH] Update byebug requirement from ~> 10.0 to ~> 11.0 Updates the requirements on [byebug](https://github.com/deivid-rodriguez/byebug) to permit the latest version. - [Release notes](https://github.com/deivid-rodriguez/byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/byebug/compare/v10.0.0...v11.0.1) Signed-off-by: dependabot-preview[bot] --- gs1.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gs1.gemspec b/gs1.gemspec index 602f2cf..898c98c 100644 --- a/gs1.gemspec +++ b/gs1.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.3.0' spec.add_development_dependency 'bundler' - spec.add_development_dependency 'byebug', '~> 10.0' + spec.add_development_dependency 'byebug', '~> 11.0' spec.add_development_dependency 'rake', '>= 10.0' spec.add_development_dependency 'rb-readline', '~> 0.1' spec.add_development_dependency 'rspec', '~> 3.0'