Skip to content

Commit d529df8

Browse files
Bump rdoc from 3.12.1 to 6.3.1
Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12.1 to 6.3.1. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v3.12.1...v6.3.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c99e37 commit d529df8

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem "kramdown"
44
gem "nokogiri", '>= 1.5.9'
55
gem "jekyll", '>= 1.1.0'
6-
gem "rdoc", '~> 3.12.1'
6+
gem "rdoc", '~> 6.3.1'
77
gem "haml"
88
gem "thor"
99
gem 'bourbon'

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ GEM
2727
sass (~> 3.4)
2828
jekyll-watch (1.5.0)
2929
listen (~> 3.0, < 3.1)
30-
json (1.8.6)
3130
kramdown (1.13.2)
3231
liquid (3.0.6)
3332
listen (3.0.8)
@@ -47,8 +46,7 @@ GEM
4746
rb-fsevent (0.9.8)
4847
rb-inotify (0.9.8)
4948
ffi (>= 0.5.0)
50-
rdoc (3.12.1)
51-
json (~> 1.4)
49+
rdoc (6.3.1)
5250
rouge (1.11.1)
5351
safe_yaml (1.0.4)
5452
sass (3.4.23)
@@ -67,7 +65,7 @@ DEPENDENCIES
6765
neat
6866
nokogiri (>= 1.5.9)
6967
rake
70-
rdoc (~> 3.12.1)
68+
rdoc (~> 6.3.1)
7169
sass
7270
thor
7371

0 commit comments

Comments
 (0)