commit | 3581d85ced36aa468fbf90f22ed021ce23f3c24d | [log] [tgz] |
---|---|---|
author | Jason Lunn <jason.lunn@gmail.com> | Sun Oct 03 18:25:43 2021 -0400 |
committer | Jason Lunn <jason.lunn@gmail.com> | Sun Oct 03 18:25:43 2021 -0400 |
tree | 1ceb912641ad0a646cc070db8d037e5ea285d230 | |
parent | b6993a90605cde15ba004e0287bcb078b0f3959d [diff] [blame] |
Update JRuby to leverage pure-Ruby DSL. JRuby unit and conformance test fixes.
diff --git a/ruby/lib/google/protobuf.rb b/ruby/lib/google/protobuf.rb index 9368768..a68154d 100644 --- a/ruby/lib/google/protobuf.rb +++ b/ruby/lib/google/protobuf.rb
@@ -51,9 +51,10 @@ require 'google/protobuf_c' end - require 'google/protobuf/descriptor_dsl' end +require 'google/protobuf/descriptor_dsl' + require 'google/protobuf/repeated_field' module Google