Skip to content

Commit 0f4e259

Browse files
committed
Jump on last major release as a minimal requirement
Makes sense long term, one can prefer older releases when stuck with ancient proto versions.
1 parent 6dcbb79 commit 0f4e259

File tree

5 files changed

+2
-76
lines changed

5 files changed

+2
-76
lines changed

.github/workflows/protobuf_nested_struct_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
ruby: [ruby-3.4, ruby-3.3, ruby-3.2]
20-
gemfile: [Gemfile, Gemfile.google_protobuf_3_25]
2120
env:
22-
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
2321
RUBYOPT: "--enable-frozen-string-literal"
2422
steps:
2523
- uses: actions/checkout@v4

Gemfile.google_protobuf_3_25

Lines changed: 0 additions & 10 deletions
This file was deleted.

Gemfile.google_protobuf_3_25.lock

Lines changed: 0 additions & 62 deletions
This file was deleted.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
protobuf_nested_struct (1.2.1)
5-
google-protobuf (>= 3.25.7)
5+
google-protobuf (>= 4.26.0)
66

77
GEM
88
remote: https://rubygems.org/

protobuf_nested_struct.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
2929

3030
spec.required_ruby_version = ">= 2.7"
3131

32-
spec.add_dependency "google-protobuf", ">= 3.25.7"
32+
spec.add_dependency "google-protobuf", ">= 4.26.0"
3333
end

0 commit comments

Comments
 (0)