Skip to content

Commit

Permalink
Bump jekyll-sass-converter from 2.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/jekyll/jekyll-sass-converter/releases)
- [Changelog](https://github.com/jekyll/jekyll-sass-converter/blob/master/History.markdown)
- [Commits](jekyll/jekyll-sass-converter@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: jekyll-sass-converter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 3adfdd4 commit e839026
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "webrick", "~> 1.9"
gem 'jekyll-sass-converter', '~> 2.1.0'
gem 'jekyll-sass-converter', '~> 3.0.0'
33 changes: 27 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,27 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.0)
forwardable-extended (2.6.0)
google-protobuf (4.28.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-linux)
bigdecimal
rake (>= 13)
hashery (2.1.2)
html-proofer (5.0.9)
addressable (~> 2.3)
Expand Down Expand Up @@ -69,8 +84,8 @@ GEM
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
Expand Down Expand Up @@ -118,8 +133,14 @@ GEM
rouge (4.4.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.80.5-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x64-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x86_64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.5-x86_64-linux-gnu)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
ttfunk (1.8.0)
Expand Down Expand Up @@ -147,7 +168,7 @@ DEPENDENCIES
jekyll (~> 4.3.4)
jekyll-feed (~> 0.11)
jekyll-multiple-languages-plugin!
jekyll-sass-converter (~> 2.1.0)
jekyll-sass-converter (~> 3.0.0)
jekyll-seo-tag
jekyll-sitemap
pry
Expand Down

0 comments on commit e839026

Please sign in to comment.