Skip to content

Commit a2d0f4c

Browse files
Update rdoc requirement from ~> 6.14 to ~> 7.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](ruby/rdoc@v6.14.0...v7.0.1) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2512c5 commit a2d0f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slacken.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919

2020
gem.add_development_dependency 'bundler'
2121
gem.add_development_dependency 'rake', '~> 13.2'
22-
gem.add_development_dependency 'rdoc', '~> 6.14'
22+
gem.add_development_dependency 'rdoc', '~> 7.0'
2323
gem.add_development_dependency 'rspec', '~> 3.0'
2424
gem.add_development_dependency 'rubygems-tasks', '~> 0.2'
2525
gem.add_development_dependency 'unindent', '~> 1.0'

0 commit comments

Comments
 (0)