From b9914b73de361d9b41adff4c82f1308fa6d55b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 19:07:40 +0000 Subject: [PATCH] Update rdoc requirement from ~> 6.1.1 to >= 6.1.1, < 6.4.0 Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v6.1.1...v6.3.2) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++++---- bri.gemspec | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 504484d..6779d45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - bri (0.4.3) - rdoc (~> 6.1.1) + bri (0.4.4) + rdoc (>= 6.1.1, < 6.4.0) term-ansicolor (>= 1.7.1) GEM @@ -10,7 +10,7 @@ GEM specs: byebug (11.0.1) diff-lcs (1.3) - rdoc (6.1.1) + rdoc (6.3.2) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -27,9 +27,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) + sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - tins (1.20.3) + tins (1.29.1) + sync PLATFORMS ruby diff --git a/bri.gemspec b/bri.gemspec index bb45a3e..41bc57d 100644 --- a/bri.gemspec +++ b/bri.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.date = %q{2011-05-20} s.description = %q{An alternative to the ri command} s.add_dependency( 'term-ansicolor', '>= 1.7.1' ) - s.add_dependency( 'rdoc', '~> 6.1.1' ) + s.add_dependency( 'rdoc', '>= 6.1.1', '< 6.4.0' ) s.add_development_dependency( 'rspec', '~> 3.8.0' ) s.add_development_dependency( 'rspec-its' )