Skip to content

Commit cae3f59

Browse files
fix: allow sorbet-runtime 0.5.x and 0.6.x to avoid breaking existing consumers
1 parent 9e2e595 commit cae3f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stream-chat.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Gem::Specification.new do |gem|
3131
gem.add_dependency 'faraday-net_http_persistent', '~> 2.3'
3232
gem.add_dependency 'jwt', '~> 2.10'
3333
gem.add_dependency 'net-http-persistent', '~> 4.0'
34-
gem.add_dependency 'sorbet-runtime', '~> 0.6'
34+
gem.add_dependency 'sorbet-runtime', '>= 0.5.11820', '< 2'
3535
end

0 commit comments

Comments
 (0)