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

Commit

Permalink
Merge pull request #6 from gravitystorm/importer_workaround
Browse files Browse the repository at this point in the history
Restrict sass-embedded version
  • Loading branch information
johnnyshields authored Oct 25, 2023
2 parents 51039a2 + f81d868 commit 62d08b3
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 62d08b3

Please sign in to comment.