Skip to content

Commit 14974cb

Browse files
committed
Use older protobuf on jruby
1 parent feca275 commit 14974cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ gem 'gherkin', path: ENV['GHERKIN_RUBY'] if ENV['GHERKIN_RUBY']
2323
gem 'cucumber-messages', path: ENV['CUCUMBER_MESSAGES_RUBY'] if ENV['CUCUMBER_MESSAGES_RUBY']
2424

2525
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

Comments
 (0)