Skip to content

Commit

Permalink
Evaluate a prerelease fix for FFI that has been merged to FFI source.
Browse files Browse the repository at this point in the history
Bump `rules_ruby` to latest.

Don't require `bigdecimal` unless needed.
  • Loading branch information
JasonLunn committed Apr 22, 2024
1 parent e7715ce commit 02ec605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/google-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
end
s.required_ruby_version = '>= 3.0'
# bigdecimal must be used as a non-built in gem as of ruby-3.4
s.add_dependency "bigdecimal"
s.add_dependency "bigdecimal" if RUBY_VERSION >= '3.4.0'
# TODO: evaluate removing Rakefile and moving logic to extconf.rb, so that we
# can remove this runtime dependency on rake. See the discussion here for
# more details:
Expand Down

0 comments on commit 02ec605

Please sign in to comment.