🤬
  • make "bundle exec jekyll serve" work again

    temporary workaround as mentioned in https://github.com/jekyll/jekyll/issues/8523
    
    Change-Id: I83b86374d24c113d8426a92047f9308d73babeb3
  • Loading...
  • Jann Horn committed with Maddie Stone 2 years ago
    95c73e0a
    1 parent c0f022c4
  • ■ ■ ■ ■ ■ ■
    Gemfile
    skipped 28 lines
    29 29  gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
    30 30   
    31 31   
     32 +gem "webrick", "~> 1.7"
     33 + 
  • ■ ■ ■ ■ ■ ■
    Gemfile.lock
    skipped 268 lines
    269 269   unf_ext
    270 270   unf_ext (0.0.8.1)
    271 271   unicode-display_width (1.8.0)
     272 + webrick (1.7.0)
    272 273   zeitwerk (2.5.4)
    273 274   
    274 275  PLATFORMS
    skipped 6 lines
    281 282   tzinfo (~> 1.2)
    282 283   tzinfo-data
    283 284   wdm (~> 0.1.1)
     285 + webrick (~> 1.7)
    284 286   
    285 287  BUNDLED WITH
    286 288   2.2.13
    skipped 1 lines
Please wait...
Page is in error, reload to recover