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 bf0ff9c commit 035921aCopy full SHA for 035921a
Gemfile.lock
@@ -1,8 +1,8 @@
1
PATH
2
remote: .
3
specs:
4
- protobuf_nested_struct (1.1.0)
5
- google-protobuf (< 4)
+ protobuf_nested_struct (1.2.0)
+ google-protobuf (>= 3.25.7, < 4)
6
7
GEM
8
remote: https://rubygems.org/
lib/protobuf_nested_struct/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ProtobufNestedStruct
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments