Skip to content

Commit a33532a

Browse files
authored
Merge pull request #43 from ruby/rdoc6b
RDoc 6.0.0.beta2 early adoption
2 parents 4728502 + 158f5ed commit a33532a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem 'rdoc'
3+
gem 'rdoc','>= 6.0.0.beta2'
44
gem 'capistrano'
55
gem 'capistrano-bundler'
66

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
ffi
2323
rbnacl-libsodium (1.0.11)
2424
rbnacl (>= 3.0.1)
25-
rdoc (5.1.0)
25+
rdoc (6.0.0.beta2)
2626
sshkit (1.14.0)
2727
net-scp (>= 1.1.2)
2828
net-ssh (>= 2.8.0)
@@ -36,7 +36,7 @@ DEPENDENCIES
3636
capistrano-bundler
3737
rbnacl (< 5.0.0)
3838
rbnacl-libsodium
39-
rdoc
39+
rdoc (>= 6.0.0.beta2)
4040

4141
BUNDLED WITH
4242
1.15.3

0 commit comments

Comments
 (0)