Skip to content

Commit

Permalink
update ruby pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuai Zhang committed Aug 27, 2023
1 parent 4528074 commit 56cc792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem 'github-pages'
gem "nokogiri", ">= 1.13.10"
gem "nokogiri", ">= 2.9.6"
gem "json", ">= 2.3.0"
gem "kramdown", ">= 2.3.1"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
typhoeus (~> 0.7)
html-pipeline (2.4.2)
activesupport (>= 2)
nokogiri (>= 1.13.10)
nokogiri (>= 2.9.6)
i18n (1.12.0)
jekyll (3.6.3)
colorator (~> 1.0)
Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
minitest (5.9.0)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.13.10)
nokogiri (2.9.6)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
octokit (4.3.0)
Expand Down

0 comments on commit 56cc792

Please sign in to comment.