We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab2690 commit d529c43Copy full SHA for d529c43
Gemfile
@@ -7,9 +7,8 @@ gemspec
7
rspec_dependencies_gemfile = File.expand_path("../Gemfile-rspec-dependencies", __FILE__)
8
eval_gemfile rspec_dependencies_gemfile
9
10
-gem 'yard', '~> 0.8.7', require: false
+gem 'yard', '~> 0.9.24', :require => false
11
12
-### deps for rdoc.info
13
group :documentation do
14
gem 'github-markup', '~> 3.0.3'
15
gem 'redcarpet', '~> 3.4.0', platforms: [:ruby]
0 commit comments