We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9845aff + 1d5ef36 commit f7f3b5eCopy full SHA for f7f3b5e
Gemfile
@@ -8,6 +8,10 @@ gem 'asciidoctor'
8
gem 'bump', require: false
9
gem 'bundler', '>= 1.15.0', '< 3.0'
10
gem 'memory_profiler', platform: :mri
11
+# FIXME: This is a workaround to prevent the following warning in YARD:
12
+# https://github.com/lsegal/yard/pull/1545
13
+# Please remove this dependency when the issue is resolved.
14
+gem 'ostruct'
15
# FIXME: This is a workaround for incompatibilities between Prism 0.25.0 and 0.26.0.
16
# To upgrade to Prism 0.26+, it is necessary to investigate the following build error
17
# and provide feedback to Prism:
0 commit comments