Skip to content

Commit bc3eca3

Browse files
committed
Add Ruby 3.4 dependencies
1 parent ec5b1fb commit bc3eca3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openfact.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Gem::Specification.new do |spec|
4646
spec.add_development_dependency 'webmock', '~> 3.12'
4747
spec.add_development_dependency 'yard', '~> 0.9'
4848

49+
spec.add_runtime_dependency 'base64', '>= 0.1', '< 0.4'
4950
spec.add_runtime_dependency 'hocon', '~> 1.3'
51+
spec.add_runtime_dependency 'logger', '~> 1.7'
5052
spec.add_runtime_dependency 'thor', ['>= 1.0.1', '< 2']
5153
end

0 commit comments

Comments
 (0)