Skip to content

Commit

Permalink
chore(deps): update dependency jekyll-sass-converter to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent 312d609 commit d0e516f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :development do
gem "webrick"

# TODO: https://github.com/sass/dart-sass-embedded/issues/106
gem "jekyll-sass-converter", "< 3.0"
gem "jekyll-sass-converter", "< 3.1"
end

group :jekyll_plugins do
Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ GEM
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.24.2)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand All @@ -33,8 +34,8 @@ GEM
jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand All @@ -51,14 +52,16 @@ GEM
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.3)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.1.3)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.66.1)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
stringex (2.8.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -75,7 +78,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 4.3.2)
jekyll-last-modified-at
jekyll-sass-converter (< 3.0)
jekyll-sass-converter (< 3.1)
match_regex
stringex
tzinfo (= 2.0.6)
Expand Down

0 comments on commit d0e516f

Please sign in to comment.