diff --git a/.ruby-version b/.ruby-version index acf9bf0..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 \ No newline at end of file +3.2.2 diff --git a/Gemfile.lock b/Gemfile.lock index 23fdce3..2db956f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,8 +228,18 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri + nokogiri (1.16.0-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.0-arm-linux) + racc (~> 1.4) nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.0-x86-linux) + racc (~> 1.4) + nokogiri (1.16.0-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.0-x86_64-linux) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -272,7 +282,12 @@ GEM webrick (1.8.1) PLATFORMS - arm64-darwin-22 + aarch64-linux + arm-linux + arm64-darwin + x86-linux + x86_64-darwin + x86_64-linux DEPENDENCIES github-pages @@ -285,4 +300,4 @@ DEPENDENCIES webrick (~> 1.8) BUNDLED WITH - 2.4.12 + 2.5.3