Skip to content

Commit

Permalink
updated sass-embedded from , '~> 1.54.9' to default
Browse files Browse the repository at this point in the history
  • Loading branch information
avishekanand committed Jun 29, 2024
1 parent 146fa92 commit 9338694
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
_site
.bundle
.sass-cache
.jekyll-cache
Expand All @@ -10,4 +9,4 @@ Gemfile.lock
assets/libs/
node_modules/
vendor
.idea
.idea
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :jekyll_plugins do
gem 'jekyll', '~> 4.3.2'
gem 'jekyll-archives', '~> 2.2.1'
gem 'jekyll-sass-converter', '~> 3.0.0'
gem 'sass-embedded', '~> 1.54.9'
gem 'sass-embedded'
gem 'bundler', '~> 2.5.7'
gem 'jekyll-email-protect'
gem 'jekyll-feed'
Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@ GEM
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
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 @@ -162,17 +166,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 (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.54.9-arm64-darwin)
google-protobuf (~> 3.19)
sass-embedded (1.54.9-x86_64-darwin)
google-protobuf (~> 3.19)
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)
sax-machine (1.3.2)
strscan (3.1.0)
terminal-table (3.0.2)
Expand Down Expand Up @@ -214,7 +219,7 @@ DEPENDENCIES
jekyll-twitter-plugin
jemoji
mini_racer
sass-embedded (~> 1.54.9)
sass-embedded
unicode_utils
webrick

Expand Down

0 comments on commit 9338694

Please sign in to comment.