We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883654f + b90f960 commit 34b90eeCopy full SHA for 34b90ee
Gemfile
@@ -23,6 +23,10 @@ group :development do
23
'x86-mingw32', 'x64-mingw32',
24
'x86_64-linux', 'x86-linux',
25
'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'))
30
end
31
32
group :development, :test do
Gemfile.lock
@@ -129,7 +129,7 @@ GEM
129
multipart-post (>= 1.2, < 3)
130
filesize (0.1.1)
131
fivemat (1.3.5)
132
- google-protobuf (3.5.1.2)
+ google-protobuf (3.5.1)
133
googleapis-common-protos-types (1.0.1)
134
google-protobuf (~> 3.0)
135
googleauth (0.6.2)
0 commit comments