Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github-pages-health-check from 1.18.2 to 1.18.5 #3702

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "jekyll", "4.3.4"
gem "github-pages-health-check", "1.18.2"
gem "github-pages-health-check", "1.18.5"
gem "jekyll-avatar", "0.8.0"
gem "jekyll-coffeescript", "1.1.1"
gem "jekyll-default-layout", "0.1.5"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.11.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
Expand All @@ -52,11 +53,11 @@ GEM
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
github-pages-health-check (1.18.2)
github-pages-health-check (1.18.5)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (>= 4, < 8)
public_suffix (>= 3.0, < 6.0)
octokit (>= 4, < 10)
public_suffix (>= 3.0, < 7.0)
typhoeus (~> 1.3)
google-protobuf (4.28.2)
bigdecimal
Expand Down Expand Up @@ -178,6 +179,7 @@ GEM
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -207,7 +209,7 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.1.1)
public_suffix (6.0.1)
racc (1.8.1)
rake (13.2.1)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -255,7 +257,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
github-pages-health-check (= 1.18.2)
github-pages-health-check (= 1.18.5)
jekyll (= 4.3.4)
jekyll-avatar (= 0.8.0)
jekyll-coffeescript (= 1.1.1)
Expand Down