Skip to content

Commit

Permalink
fix latest dependabot alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ejratl committed Oct 15, 2024
1 parent 9845c5a commit 92bb5d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"
gem 'github-pages'

gem "webrick", "~> 1.8.1"
gem "webrick", "~> 1.8.2"
26 changes: 10 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
dnsruby (1.72.2)
simpleidn (~> 0.2.1)
em-websocket (0.5.3)
Expand All @@ -33,7 +33,6 @@ GEM
faraday-net_http (3.0.2)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (231)
Expand Down Expand Up @@ -91,7 +90,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (3.9.5)
addressable (~> 2.4)
Expand Down Expand Up @@ -214,12 +213,10 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.24.1)
nokogiri (1.16.5-arm64-darwin)
minitest (5.25.1)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -231,8 +228,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.8)
rouge (3.30.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -246,24 +242,22 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simpleidn (0.2.3)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
zeitwerk (2.6.16)
webrick (1.8.2)
zeitwerk (2.6.18)

PLATFORMS
universal-darwin-23
x86_64-linux
universal-darwin-24

DEPENDENCIES
github-pages
webrick (~> 1.8.1)
webrick (~> 1.8.2)

BUNDLED WITH
2.2.3
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ baseurl: "/cti-documentation" # the subpath of your site, e.g. /blog
url: "https://oasis-open.github.io" # the base hostname & protocol for your site
# DO NOT MODIFY THE `last_updated` date. It should be updated automatically
# by the git pre-push hook.
last_updated: "Wed Jul 24 19:51:19 UTC 2024"
last_updated: "Tue Oct 15 23:04:17 UTC 2024"
copyright: "Copyright &copy; 2017-2024, OASIS Open"

# Build settings
Expand Down

0 comments on commit 92bb5d6

Please sign in to comment.