diff --git a/Gemfile b/Gemfile index c3d93721..7dceaabd 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :documentation do # When updating yard, override app.js from upstream to doc-src/templates/default/fulldoc/js/app.js # and add patch from PR https://github.com/lsegal/yard/pull/1399 to support jQuery 3.6.0+ - gem 'yard', '~> 0.9.26' + gem 'yard', '~> 0.9.36' gem 'parsejs', path: './doc-src/parsejs' end diff --git a/Gemfile.lock b/Gemfile.lock index 5835ce01..de017d0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM rdiscount (2.2.0.2) redcarpet (3.5.1) samus (3.0.9) - yard (0.9.26) + yard (0.9.36) yard-sitemap (1.0.1) PLATFORMS @@ -30,7 +30,7 @@ DEPENDENCIES rdiscount redcarpet (~> 3.0) samus - yard (~> 0.9.26) + yard (~> 0.9.36) yard-js! yard-sitemap (~> 1.0)