Skip to content

Commit

Permalink
Upgrade yard to 0.9.24, CVE and Ruby 2.7 compatible
Browse files Browse the repository at this point in the history
Yard need Redcarpet upgraded otherwise it can find it
  • Loading branch information
xaviershay authored and benoittgt committed Mar 8, 2020
1 parent e23efd0 commit c3beb81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ gemspec
rspec_dependencies_gemfile = File.expand_path("../Gemfile-rspec-dependencies", __FILE__)
eval_gemfile rspec_dependencies_gemfile

gem 'yard', '~> 0.8.7', :require => false
gem 'yard', '~> 0.9.24', :require => false

### deps for rdoc.info
group :documentation do
gem 'redcarpet', '2.3.0'
gem 'github-markup', '1.0.0'
gem 'redcarpet'
gem 'github-markup'
if RUBY_VERSION > '2.0.0'
gem 'relish'
end
Expand Down

0 comments on commit c3beb81

Please sign in to comment.