Skip to content

Commit

Permalink
Merge pull request #39 from logsem/fix-build
Browse files Browse the repository at this point in the history
Fix the build.
  • Loading branch information
amintimany authored Jun 8, 2024
2 parents 527b43c + 8b299cc commit 33da621
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 109 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "jekyll", "3.9.0"
gem "github-pages", "~> 211", group: :jekyll_plugins

gem "webrick", "~> 1.8"
gem "jekyll"
gem "github-pages"
gem "webrick"
gem "json"
Loading

0 comments on commit 33da621

Please sign in to comment.