Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unreleased version of rdoc #2176

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "json-schema"
gem "goodcheck"
gem 'digest'
gem 'tempfile'
gem "rdoc"
gem "rdoc", git: "https://github.com/ruby/rdoc.git", branch: "master"
gem "fileutils"
gem "raap"

Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/ruby/rdoc.git
revision: f12a96b7faecd2ced5c6643778e06614f5ef7251
branch: master
specs:
rdoc (6.9.1)
psych (>= 4.0.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -86,8 +94,6 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.9.1)
psych (>= 4.0.0)
regexp_parser (2.9.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -179,7 +185,7 @@ DEPENDENCIES
rake-compiler
rbs!
rbs-amber!
rdoc
rdoc!
rspec
rubocop
rubocop-on-rbs
Expand Down
Loading