Skip to content

Commit

Permalink
Fix Ruby release build by pinning rake-compiler-dock version (#9372)
Browse files Browse the repository at this point in the history
Our Ruby release build broke at some point in the past day or so, and I
strongly suspect it is due to a new version (1.2.0) of
rake-compiler-dock. This commit pins the version to 1.1.0 as a temporary
fix.
  • Loading branch information
acozzette committed Jan 5, 2022
1 parent b17c8ca commit f681c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/google-protobuf.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
else
s.files += Dir.glob('ext/**/*')
s.extensions= ["ext/google/protobuf_c/extconf.rb"]
s.add_development_dependency "rake-compiler-dock", ">= 1.1.0", "< 2.0"
s.add_development_dependency "rake-compiler-dock", "= 1.1.0"
end
s.test_files = ["tests/basic.rb",
"tests/stress.rb",
Expand Down

0 comments on commit f681c8d

Please sign in to comment.