Skip to content

Commit 0983ef0

Browse files
committed
Updated to run locally
1 parent 57d0cbf commit 0983ef0

File tree

3 files changed

+183
-141
lines changed

3 files changed

+183
-141
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ruby RUBY_VERSION
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
gem "minima"
16+
gem "webrick"
17+
gem "strscan"
1618

1719
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1820
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -24,4 +26,4 @@ gem 'github-pages', group: :jekyll_plugins
2426
# gem "jekyll-github-metadata", "~> 1.0"
2527
# end
2628

27-
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
29+
#gem 'wdm', '~> 0.1.0' if Gem.win_platform?

0 commit comments

Comments
 (0)