diff --git a/Gemfile b/Gemfile index cdf5548..c92cbdc 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do gem 'rubocop-minitest', '~> 0.17.2', require: false gem 'rubocop-performance', '~> 1.13', require: false gem 'rubocop-rake', '~> 0.6.0', require: false - gem 'yard', '~> 0.9.27', require: false + gem 'yard', '~> 0.9.36', require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 42fe86b..6f50c5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,9 +64,7 @@ GEM citrus (~> 3.0, > 3.0) tty-tree (0.4.0) unicode-display_width (2.1.0) - webrick (1.7.0) - yard (0.9.27) - webrick (~> 1.7.0) + yard (0.9.36) PLATFORMS x86_64-linux @@ -81,7 +79,7 @@ DEPENDENCIES rubocop-performance (~> 1.13) rubocop-rake (~> 0.6.0) simplecov - yard (~> 0.9.27) + yard (~> 0.9.36) BUNDLED WITH 2.3.7