Skip to content

Commit

Permalink
Align dependencies for jekyll and jekyll-sass-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
avishekanand committed Jun 27, 2024
1 parent 0ecd490 commit 412d98b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ ruby '3.1.2'
group :jekyll_plugins do
gem 'classifier-reborn'
gem 'jekyll', '~> 4.2.0'
gem 'bundler', '~> 2.5.7'
gem 'jekyll-archives', '~> 2.2.1'
gem 'jekyll-sass-converter', '~> 2.0'
gem 'sass-embedded', '~> 1.0'
gem 'bundler', '~> 2.5.7'
gem 'jekyll-email-protect'
gem 'jekyll-feed'
gem 'jekyll-get-json'
Expand All @@ -24,7 +26,6 @@ group :jekyll_plugins do
gem 'mini_racer'
gem 'unicode_utils'
gem 'webrick'
gem 'sass-embedded'
end
group :other_plugins do
gem 'css_parser'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,15 @@ DEPENDENCIES
jekyll-minifier
jekyll-paginate-v2
jekyll-regex-replace
jekyll-sass-converter (~> 2.0)
jekyll-scholar
jekyll-sitemap
jekyll-tabs
jekyll-toc
jekyll-twitter-plugin
jemoji
mini_racer
sass-embedded
sass-embedded (~> 1.0)
unicode_utils
webrick

Expand Down

0 comments on commit 412d98b

Please sign in to comment.