Skip to content

Commit

Permalink
Merge pull request #80 from GfSE/dependabot/bundler/jekyll-sass-conve…
Browse files Browse the repository at this point in the history
…rter-3.0.0

Bump jekyll-sass-converter from 2.2.0 to 3.0.0
  • Loading branch information
haarer authored Feb 21, 2025
2 parents a309ee5 + ffc60eb commit 559371b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

#gem "just-the-docs", "0.9.0" # pinned to the current release
gem "just-the-docs" # always download the latest release

gem 'jekyll-relative-links'
gem "jekyll-github-metadata"

gem "jekyll-sass-converter", "~> 2.0"
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

#gem "just-the-docs", "0.9.0" # pinned to the current release
gem "just-the-docs" # always download the latest release

gem 'jekyll-relative-links'
gem "jekyll-github-metadata"

gem "jekyll-sass-converter", "~> 3.0"
19 changes: 14 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
Expand All @@ -18,6 +19,12 @@ GEM
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.28.3-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand All @@ -44,8 +51,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-relative-links (0.7.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.2.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-watch (2.2.1)
Expand Down Expand Up @@ -81,8 +88,10 @@ GEM
rexml (3.3.9)
rouge (4.4.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.80.6-x64-mingw-ucrt)
google-protobuf (~> 4.28)
sass-embedded (1.80.6-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -100,7 +109,7 @@ DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-github-metadata
jekyll-relative-links
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (~> 3.0)
just-the-docs

BUNDLED WITH
Expand Down

0 comments on commit 559371b

Please sign in to comment.