Skip to content

Commit aa5b82c

Browse files
Bump rdoc from 6.8.1 to 6.10.0
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.8.1 to 6.10.0. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.8.1...v6.10.0) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 800dabb commit aa5b82c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

+1-1
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.8'
66+
gem 'rdoc', '~> 6.10'
6767
gem 'browserstack-local', '~> 1.4'
6868

6969
gem 'irb', '~> 1.14'

Gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ GEM
5656
json
5757
curb (1.0.6)
5858
daemons (1.4.1)
59+
date (3.4.1)
5960
diff-lcs (1.5.1)
6061
domain_name (0.6.20240107)
6162
drb (2.2.1)
@@ -138,7 +139,8 @@ GEM
138139
pry-byebug (3.10.1)
139140
byebug (~> 11.0)
140141
pry (>= 0.13, < 0.15)
141-
psych (5.2.0)
142+
psych (5.2.2)
143+
date
142144
stringio
143145
public_suffix (6.0.1)
144146
qr4r (0.6.2)
@@ -153,7 +155,7 @@ GEM
153155
rack (>= 1.3)
154156
rainbow (3.1.1)
155157
rake (13.2.1)
156-
rdoc (6.8.1)
158+
rdoc (6.10.0)
157159
psych (>= 4.0.0)
158160
regexp_parser (2.9.2)
159161
reline (0.5.10)
@@ -297,7 +299,7 @@ DEPENDENCIES
297299
rack (~> 2.2)
298300
rack-protection (~> 3.2.0)
299301
rake (~> 13.2)
300-
rdoc (~> 6.8)
302+
rdoc (~> 6.10)
301303
rest-client (~> 2.1.0)
302304
rspec (~> 3.13)
303305
rubocop (~> 1.68.0)

0 commit comments

Comments
 (0)