Skip to content

Commit 536553b

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 caca750 commit 536553b

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
@@ -147,7 +147,7 @@ GEM
147147
rack (>= 1.3)
148148
rainbow (3.1.1)
149149
rake (13.2.1)
150-
rdoc (6.12.0)
150+
rdoc (6.13.0)
151151
psych (>= 4.0.0)
152152
regexp_parser (2.10.0)
153153
reline (0.6.0)
@@ -207,7 +207,7 @@ GEM
207207
tilt (~> 2.0)
208208
slack-notifier (2.4.0)
209209
sqlite3 (2.6.0-x86_64-linux-gnu)
210-
stringio (3.1.2)
210+
stringio (3.1.6)
211211
sync (0.5.0)
212212
term-ansicolor (1.11.2)
213213
tins (~> 1.0)
@@ -285,7 +285,7 @@ DEPENDENCIES
285285
rack (~> 2.2)
286286
rack-protection (~> 3.2.0)
287287
rake (~> 13.2)
288-
rdoc (~> 6.12)
288+
rdoc (~> 6.13)
289289
rest-client (~> 2.1.0)
290290
rspec (~> 3.13)
291291
rubocop (~> 1.75.1)

0 commit comments

Comments
 (0)