Skip to content

Commit

Permalink
Patch level update to fix yard issue (#715)
Browse files Browse the repository at this point in the history
yard 0.9.26 is not ruby 3.2.1 compatible.
Update to 0.9.28 specifically for the the fix
  • Loading branch information
mmcdaris authored Mar 21, 2023
1 parent 3482200 commit 4a1a214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ coverage
.ruby-version
.ruby-gemset
config
README
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gem 'rubocop-rspec', '~> 2.3', require: false
gem 'simplecov', '~> 0.16', require: false

gem 'webrick', '~> 1.7' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0')
gem 'yard', '0.9.28'

0 comments on commit 4a1a214

Please sign in to comment.