diff --git a/app/Gemfile b/app/Gemfile index 454cd88..40dc2c7 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org' gem 'bundler', '~> 2.5', '>= 2.5.6' gem 'puma', '~> 6.4', '>= 6.4.2' gem 'sinatra', '~> 4.0' -gem 'yard', '~> 0.9.35' +gem 'yard', '~> 0.9.36' gem 'rackup', '~> 2.1' diff --git a/app/Gemfile.lock b/app/Gemfile.lock index c85f2c4..2fd2d1a 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -25,7 +25,7 @@ GEM tilt (~> 2.0) tilt (2.3.0) webrick (1.8.1) - yard (0.9.35) + yard (0.9.36) PLATFORMS ruby @@ -36,7 +36,7 @@ DEPENDENCIES puma (~> 6.4, >= 6.4.2) rackup (~> 2.1) sinatra (~> 4.0) - yard (~> 0.9.35) + yard (~> 0.9.36) BUNDLED WITH 2.5.6