Skip to content

Commit 258c27d

Browse files
authored
Update google-protobuf requirement from ~> 4.29 to ~> 4.30 (#296)
* Remove workaround for protocolbuffers/protobuf#18807
1 parent fd0f3cc commit 258c27d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/sass/compiler/host/protofier.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def from_proto(proto)
112112
when :number
113113
Number.from_proto(obj)
114114
when :color
115-
obj.to_s if RUBY_ENGINE == 'jruby' # TODO: https://github.com/protocolbuffers/protobuf/issues/18807
116115
Sass::Value::Color.send(
117116
:for_space,
118117
obj.space,

sass-embedded.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Gem::Specification.new do |spec|
4242
'>= 3.2'
4343
end
4444

45-
spec.add_dependency 'google-protobuf', '~> 4.29'
45+
spec.add_dependency 'google-protobuf', '~> 4.30'
4646
end

0 commit comments

Comments
 (0)