Skip to content

Commit

Permalink
Update gem
Browse files Browse the repository at this point in the history
  • Loading branch information
forFudan committed Mar 10, 2024
1 parent 82d68f3 commit a68c2c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ gem "jekyll-include-cache", group: :jekyll_plugins

gem "html-proofer", "~> 5.0", :group => :development

gem 'sass-embedded', '~> 1.71'
gem 'sass-embedded', '~> 1.71'

gem "bundler", "2.4.13"
21 changes: 4 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
timers (~> 4.1)
bigdecimal (3.1.6)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
console (1.23.5)
fiber-annotation
fiber-local
Expand All @@ -36,14 +36,11 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.16.3-x64-mingw-ucrt)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x64-mingw-ucrt)
google-protobuf (3.25.3-x86_64-linux)
hashery (2.1.2)
html-proofer (5.0.8)
addressable (~> 2.3)
Expand All @@ -55,7 +52,7 @@ GEM
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-event (1.5.1)
jekyll (4.3.3)
Expand Down Expand Up @@ -91,18 +88,14 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
net-http (0.4.1)
uri
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand All @@ -125,12 +118,8 @@ GEM
rouge (4.2.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass-embedded (1.71.1-arm64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.71.1-x64-mingw-ucrt)
google-protobuf (~> 3.25)
sass-embedded (1.71.1-x86_64-linux)
google-protobuf (~> 3.25)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -148,12 +137,10 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
bundler (>= 2.3.5)
bundler (= 2.4.13)
html-proofer (~> 5.0)
jekyll-github-metadata (>= 2.15)
jekyll-include-cache
Expand Down

0 comments on commit a68c2c6

Please sign in to comment.