Skip to content

Commit

Permalink
Security
Browse files Browse the repository at this point in the history
  • Loading branch information
yongchanghao committed Oct 29, 2024
1 parent d020258 commit f4bfafc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 98 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'

gem "jekyll" # installed by `gem jekyll`
gem "webrick"
gem "webrick", ">= 1.8.2"
gem "jekyll-remote-theme" # to load just-the-docs from GitHub
gem "jekyll-seo-tag" # supporting plugin
gem "rake" # supporting plugin
gem "liquid", "~> 4.0.4" # supporting plugin
gem "jekyll-include-cache" # supporting plugin
gem "rexml", ">= 3.2.7"
gem "rexml", ">= 3.3.9"
94 changes: 0 additions & 94 deletions Gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions docs/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ last_modified_date: "2024-02-08"

# Miscellaneous

-

# For Fun
## For Fun

- [Connect4](games/connect4-js): my *Connect Four* game with a Monte-Carlo tree search (MCTS) agent as your opponent.

0 comments on commit f4bfafc

Please sign in to comment.