Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Restrict sass-embedded version
Browse files Browse the repository at this point in the history
This is a workaround until compatibility with sass-embedded 1.67+ is implemented.
  • Loading branch information
gravitystorm committed Oct 4, 2023
1 parent 51039a2 commit f81d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dartsass-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.6.0'
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'sass-embedded', '~> 1.54'
spec.add_runtime_dependency 'sass-embedded', '~> 1.54', '< 1.67'

spec.add_development_dependency 'minitest', '~> 5.16.0'
spec.add_development_dependency 'minitest-around', '~> 0.5.0'
Expand Down

0 comments on commit f81d868

Please sign in to comment.