Skip to content

Commit 1511d44

Browse files
authored
fix(google-apis-core): Relax retriable dependency constraint (#26621)
Change retriable dependency constraint to '>= 3.1', '< 5.0' to support 4.x major versions. Manually verified the test suite runs successfully against retriable 4.1.1. fixes: #26620
1 parent f488bb1 commit 1511d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-apis-core/google-apis-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Gem::Specification.new do |gem|
2727
gem.add_runtime_dependency 'mini_mime', '~> 1.1'
2828
gem.add_runtime_dependency 'multi_json', '~> 1.11'
2929
gem.add_runtime_dependency 'representable', '~> 3.0'
30-
gem.add_runtime_dependency 'retriable', '~> 3.1'
30+
gem.add_runtime_dependency 'retriable', '>= 3.1', '< 5.0'
3131
end

0 commit comments

Comments
 (0)