Skip to content

Commit d529c43

Browse files
xaviershaybenoittgt
authored andcommitted
Upgrade yard to 0.9.24, CVE and Ruby 2.7 compatible
Yard need Redcarpet upgraded otherwise it can find it
1 parent 9ab2690 commit d529c43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ gemspec
77
rspec_dependencies_gemfile = File.expand_path("../Gemfile-rspec-dependencies", __FILE__)
88
eval_gemfile rspec_dependencies_gemfile
99

10-
gem 'yard', '~> 0.8.7', require: false
10+
gem 'yard', '~> 0.9.24', :require => false
1111

12-
### deps for rdoc.info
1312
group :documentation do
1413
gem 'github-markup', '~> 3.0.3'
1514
gem 'redcarpet', '~> 3.4.0', platforms: [:ruby]

0 commit comments

Comments
 (0)