Skip to content

Commit 34b2b8b

Browse files
Bump rdoc from 6.17.0 to 7.0.1
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.17.0 to 7.0.1. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.17.0...v7.0.1) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e149331 commit 34b2b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ end
6363
group :test do
6464
gem 'test-unit-full', '~> 0.0.5'
6565
gem 'rspec', '~> 3.13'
66-
gem 'rdoc', '~> 6.17'
66+
gem 'rdoc', '~> 7.0'
6767
gem 'browserstack-local', '~> 1.4'
6868

6969
gem 'irb', '~> 1.16'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ GEM
166166
rack (>= 1.3)
167167
rainbow (3.1.1)
168168
rake (13.3.1)
169-
rdoc (6.17.0)
169+
rdoc (7.0.1)
170170
erb
171171
psych (>= 4.0.0)
172172
tsort
@@ -325,7 +325,7 @@ DEPENDENCIES
325325
rack (~> 3.2)
326326
rack-protection (~> 4.2.1)
327327
rake (~> 13.3)
328-
rdoc (~> 6.17)
328+
rdoc (~> 7.0)
329329
rest-client (~> 2.1.0)
330330
rspec (~> 3.13)
331331
rubocop (~> 1.82.0)

0 commit comments

Comments
 (0)