Skip to content

Commit 505ed5c

Browse files
committed
Add benchmark as runtime dependency
Until Ruby 4, benchmark was included in the vendored gems. We now need to explicitly list it.
1 parent 008b944 commit 505ed5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openfact.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Gem::Specification.new do |spec|
4747
spec.add_development_dependency 'yard', '~> 0.9'
4848

4949
spec.add_runtime_dependency 'base64', '>= 0.1', '< 0.4'
50+
spec.add_runtime_dependency 'benchmark', '< 0.6'
5051
spec.add_runtime_dependency 'hocon', '~> 1.3'
5152
spec.add_runtime_dependency 'logger', '~> 1.5'
5253
spec.add_runtime_dependency 'thor', ['>= 1.0.1', '< 2']

0 commit comments

Comments
 (0)