Skip to content

Commit 0f56515

Browse files
Update google-protobuf requirement from ~> 3.25 to >= 3.25, < 5.0 (#193)
Updates the requirements on [google-protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bba6bf9 commit 0f56515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass-embedded.gemspec

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

3939
spec.required_ruby_version = '>= 3.1.0'
4040

41-
spec.add_runtime_dependency 'google-protobuf', '~> 3.25'
41+
spec.add_runtime_dependency 'google-protobuf', '>= 3.25', '< 5.0'
4242
end

0 commit comments

Comments
 (0)