Skip to content

Commit

Permalink
Merge pull request #12890 from koic/add_ostruct_to_gemfile
Browse files Browse the repository at this point in the history
Workaround for Ruby's warning in YARD
  • Loading branch information
koic committed May 8, 2024
2 parents 9845aff + 1d5ef36 commit f7f3b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -8,6 +8,10 @@ gem 'asciidoctor'
gem 'bump', require: false
gem 'bundler', '>= 1.15.0', '< 3.0'
gem 'memory_profiler', platform: :mri
# FIXME: This is a workaround to prevent the following warning in YARD:
# https://github.com/lsegal/yard/pull/1545
# Please remove this dependency when the issue is resolved.
gem 'ostruct'
# FIXME: This is a workaround for incompatibilities between Prism 0.25.0 and 0.26.0.
# To upgrade to Prism 0.26+, it is necessary to investigate the following build error
# and provide feedback to Prism:
Expand Down

0 comments on commit f7f3b5e

Please sign in to comment.