Skip to content

Commit 2ce550c

Browse files
Bump rdoc from 6.12.0 to 6.13.0
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.12.0...v6.13.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 98e8fef commit 2ce550c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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.12'
66+
gem 'rdoc', '~> 6.13'
6767
gem 'browserstack-local', '~> 1.4'
6868

6969
gem 'irb', '~> 1.15'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ GEM
146146
rack (>= 1.3)
147147
rainbow (3.1.1)
148148
rake (13.2.1)
149-
rdoc (6.12.0)
149+
rdoc (6.13.0)
150150
psych (>= 4.0.0)
151151
regexp_parser (2.10.0)
152152
reline (0.6.0)
@@ -205,7 +205,7 @@ GEM
205205
tilt (~> 2.0)
206206
slack-notifier (2.4.0)
207207
sqlite3 (2.6.0-x86_64-linux-gnu)
208-
stringio (3.1.2)
208+
stringio (3.1.5)
209209
sync (0.5.0)
210210
term-ansicolor (1.11.2)
211211
tins (~> 1.0)
@@ -283,7 +283,7 @@ DEPENDENCIES
283283
rack (~> 2.2)
284284
rack-protection (~> 3.2.0)
285285
rake (~> 13.2)
286-
rdoc (~> 6.12)
286+
rdoc (~> 6.13)
287287
rest-client (~> 2.1.0)
288288
rspec (~> 3.13)
289289
rubocop (~> 1.74.0)

0 commit comments

Comments
 (0)