diff --git a/Gemfile b/Gemfile index ebd994c59d..038cb21ae1 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "kramdown-parser-gfm" gem 'liquid-c', '~> 4.0.1' gem 'htmlcompressor' gem 'htmlentities', '~> 4.3', '>= 4.3.4' -gem 'nokogiri', '~> 1.18.8' +gem 'nokogiri', '~> 1.18.9' group :jekyll_plugins do gem 'jekyll-sitemap' @@ -21,6 +21,6 @@ group :jekyll_plugins do end group :test, :development do - gem 'pronto' + gem 'pronto', '>= 0.11.4' gem 'pronto-markdownlint' end diff --git a/Gemfile.lock b/Gemfile.lock index 6637754e43..7f8ff6bf97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,14 +46,14 @@ GEM console (~> 1.26) fiber-annotation io-event (~> 1.6, >= 1.6.5) - bigdecimal (3.1.9) + bigdecimal (3.2.2) colorator (1.1.0) concurrent-ruby (1.3.4) console (1.27.0) fiber-annotation fiber-local (~> 1.1) json - csv (3.3.2) + csv (3.3.5) dotenv (3.1.7) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -61,11 +61,12 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - faraday (1.3.1) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords (>= 0.0.4) - faraday-net_http (1.0.2) + faraday (2.13.3) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.1) + net-http (>= 0.5.0) ffi (1.17.1) fiber-annotation (0.2.0) fiber-local (1.1.0) @@ -73,8 +74,8 @@ GEM fiber-storage (1.0.0) filesize (0.2.0) forwardable-extended (2.6.0) - gitlab (4.8.0) - httparty (>= 0.14.0) + gitlab (4.20.1) + httparty (~> 0.20) terminal-table (>= 1.5.1) hashery (2.1.2) html-proofer (5.0.10) @@ -89,7 +90,7 @@ GEM htmlcompressor (0.4.0) htmlentities (4.3.4) http_parser.rb (0.8.0) - httparty (0.22.0) + httparty (0.23.1) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -125,18 +126,20 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.4.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) + mini_portile2 (2.8.9) multi_xml (0.7.1) bigdecimal (~> 3.1) - multipart-post (2.1.1) - nokogiri (1.18.8) + net-http (0.6.0) + uri + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) - octokit (4.20.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (10.0.0) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) pdf-reader (2.12.0) @@ -146,41 +149,41 @@ GEM ruby-rc4 ttfunk progressbar (1.13.0) - pronto (0.11.3) + pronto (0.11.4) gitlab (>= 4.4.0, < 5.0) httparty (>= 0.13.7, < 1.0) - octokit (>= 4.7.0, < 10.0) + octokit (>= 4.7.0, < 11.0) rainbow (>= 2.2, < 4.0) rexml (>= 3.2.5, < 4.0) rugged (>= 0.23.0, < 2.0) thor (>= 0.20.3, < 2.0) pronto-markdownlint (0.0.3) - public_suffix (6.0.1) + public_suffix (6.0.2) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.9) + rexml (3.4.1) rouge (3.30.0) ruby-rc4 (0.1.5) - ruby2_keywords (0.0.5) - rugged (1.0.1) + rugged (1.9.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.1.0) + thor (1.4.0) ttfunk (1.8.0) bigdecimal (~> 3.1) typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (2.6.0) + uri (1.0.3) verbal_expressions (0.1.5) webrick (1.8.2) yell (2.2.2) @@ -202,8 +205,8 @@ DEPENDENCIES jekyll-sitemap kramdown-parser-gfm liquid-c (~> 4.0.1) - nokogiri (~> 1.18.8) - pronto + nokogiri (~> 1.18.9) + pronto (>= 0.11.4) pronto-markdownlint rake @@ -211,4 +214,4 @@ RUBY VERSION ruby 3.1.3p185 BUNDLED WITH - 2.5.17 + 2.3.26