Skip to content

Commit cea2ee6

Browse files
Bump rdoc from 6.13.1 to 6.14.0
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.13.1 to 6.14.0. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.13.1...v6.14.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 6.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7eb3fa commit cea2ee6

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

6969
gem 'irb', '~> 1.15'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ GEM
6262
em-websocket (0.5.3)
6363
eventmachine (>= 0.12.9)
6464
http_parser.rb (~> 0)
65+
erb (5.0.1)
6566
erubis (2.7.0)
6667
espeak-ruby (1.1.0)
6768
event_emitter (0.2.6)
@@ -131,7 +132,7 @@ GEM
131132
pry-byebug (3.11.0)
132133
byebug (~> 12.0)
133134
pry (>= 0.13, < 0.16)
134-
psych (5.2.3)
135+
psych (5.2.6)
135136
date
136137
stringio
137138
public_suffix (6.0.1)
@@ -147,7 +148,8 @@ GEM
147148
rack (>= 1.3)
148149
rainbow (3.1.1)
149150
rake (13.2.1)
150-
rdoc (6.13.1)
151+
rdoc (6.14.0)
152+
erb
151153
psych (>= 4.0.0)
152154
regexp_parser (2.10.0)
153155
reline (0.6.0)
@@ -207,7 +209,7 @@ GEM
207209
tilt (~> 2.0)
208210
slack-notifier (2.4.0)
209211
sqlite3 (2.6.0-x86_64-linux-gnu)
210-
stringio (3.1.6)
212+
stringio (3.1.7)
211213
sync (0.5.0)
212214
term-ansicolor (1.11.2)
213215
tins (~> 1.0)
@@ -285,7 +287,7 @@ DEPENDENCIES
285287
rack (~> 2.2)
286288
rack-protection (~> 3.2.0)
287289
rake (~> 13.2)
288-
rdoc (~> 6.13)
290+
rdoc (~> 6.14)
289291
rest-client (~> 2.1.0)
290292
rspec (~> 3.13)
291293
rubocop (~> 1.75.3)

0 commit comments

Comments
 (0)