Skip to content

Commit 34b90ee

Browse files
committed
Land rapid7#9647, lock protobuf version
2 parents 883654f + b90f960 commit 34b90ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ group :development do
2323
'x86-mingw32', 'x64-mingw32',
2424
'x86_64-linux', 'x86-linux',
2525
'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
26+
gem 'google-protobuf', "3.5.1" if [
27+
'x86-mingw32', 'x64-mingw32',
28+
'x86_64-linux', 'x86-linux',
29+
'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
2630
end
2731

2832
group :development, :test do

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ GEM
129129
multipart-post (>= 1.2, < 3)
130130
filesize (0.1.1)
131131
fivemat (1.3.5)
132-
google-protobuf (3.5.1.2)
132+
google-protobuf (3.5.1)
133133
googleapis-common-protos-types (1.0.1)
134134
google-protobuf (~> 3.0)
135135
googleauth (0.6.2)

0 commit comments

Comments
 (0)