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.
1 parent feca275 commit 14974cbCopy full SHA for 14974cb
Gemfile
@@ -23,3 +23,6 @@ gem 'gherkin', path: ENV['GHERKIN_RUBY'] if ENV['GHERKIN_RUBY']
23
gem 'cucumber-messages', path: ENV['CUCUMBER_MESSAGES_RUBY'] if ENV['CUCUMBER_MESSAGES_RUBY']
24
25
gem 'cucumber-formatter-dots', path: ENV['CUCUMBER_FORMATTER_DOTS'] if ENV['CUCUMBER_FORMATTER_DOTS']
26
+
27
+# Use an older protobuf on JRuby
28
+gem 'google-protobuf', '~> 3.2.0.2' if RUBY_PLATFORM == 'java'
0 commit comments