Skip to content

Commit

Permalink
Update Gemfile and lock dependencies by resolving sass-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
avishekanand committed Jun 27, 2024
1 parent 1ad55af commit 0ecd490
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group :jekyll_plugins do
gem 'mini_racer'
gem 'unicode_utils'
gem 'webrick'
gem 'jekyll-sass-converter', '~> 2.1'
gem 'sass-embedded'
end
group :other_plugins do
gem 'css_parser'
Expand Down
13 changes: 12 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ GEM
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
bigdecimal
rake (>= 13)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -159,13 +165,18 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (6.0.0)
racc (1.8.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.1)
strscan
rouge (3.30.0)
safe_yaml (1.0.5)
sass-embedded (1.77.5-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.5-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
sassc (2.4.0)
ffi (~> 1.9)
sax-machine (1.3.2)
Expand Down Expand Up @@ -201,14 +212,14 @@ DEPENDENCIES
jekyll-minifier
jekyll-paginate-v2
jekyll-regex-replace
jekyll-sass-converter (~> 2.1)
jekyll-scholar
jekyll-sitemap
jekyll-tabs
jekyll-toc
jekyll-twitter-plugin
jemoji
mini_racer
sass-embedded
unicode_utils
webrick

Expand Down

0 comments on commit 0ecd490

Please sign in to comment.