Skip to content

Commit

Permalink
Temporarily modify Gemfile to use changes from jekyll/jekyll-sass-con…
Browse files Browse the repository at this point in the history
  • Loading branch information
seshrs committed Feb 15, 2021
1 parent 5636656 commit 3be34ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ group :development do
gem "pry-byebug" unless RUBY_ENGINE == "jruby"
end

# TODO: This is a temporary change to ensure that CI tests for jekyll/jekyll#7554 pass.
# Delete this line before merging the PR.
gem "jekyll-sass-converter", :github => "jekyll/jekyll-sass-converter", :ref => "refs/pull/114/head"

#

group :test do
Expand Down

0 comments on commit 3be34ab

Please sign in to comment.