Skip to content

Commit 966254b

Browse files
committed
Use unreleased version of rdoc
1 parent e1636a7 commit 966254b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "json-schema"
1616
gem "goodcheck"
1717
gem 'digest'
1818
gem 'tempfile'
19-
gem "rdoc"
19+
gem "rdoc", git: "https://github.com/ruby/rdoc.git", branch: "master"
2020
gem "fileutils"
2121
gem "raap"
2222

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/ruby/rdoc.git
3+
revision: f12a96b7faecd2ced5c6643778e06614f5ef7251
4+
branch: master
5+
specs:
6+
rdoc (6.9.1)
7+
psych (>= 4.0.0)
8+
19
PATH
210
remote: .
311
specs:
@@ -86,8 +94,6 @@ GEM
8694
rb-fsevent (0.11.2)
8795
rb-inotify (0.11.1)
8896
ffi (~> 1.0)
89-
rdoc (6.9.1)
90-
psych (>= 4.0.0)
9197
regexp_parser (2.9.3)
9298
rspec (3.13.0)
9399
rspec-core (~> 3.13.0)
@@ -179,7 +185,7 @@ DEPENDENCIES
179185
rake-compiler
180186
rbs!
181187
rbs-amber!
182-
rdoc
188+
rdoc!
183189
rspec
184190
rubocop
185191
rubocop-on-rbs

0 commit comments

Comments
 (0)