Skip to content

Commit 9085e62

Browse files
Fix google-protobuf conditions
1 parent 4dcef5f commit 9085e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if RUBY_PLATFORM != 'java'
7474
if RUBY_VERSION >= '2.7.0' # Bundler 1.x fails to find that versions >= 3.8.0 are not compatible because of binary gems
7575
gem 'google-protobuf', ['~> 3.0', '!= 3.7.0', '!= 3.7.1']
7676
else
77-
gem 'google-protobuf', ['~> 3.0', '!= 3.7.0', '!= 3.7.1', '< 3.8.0']
77+
gem 'google-protobuf', ['~> 3.0', '!= 3.7.0', '!= 3.7.1', '< 3.19.2']
7878
end
7979
end
8080

0 commit comments

Comments
 (0)