From d904657efd8f44d1418b1b174f78695464ed1758 Mon Sep 17 00:00:00 2001 From: Stasia Michalska Date: Wed, 22 Apr 2026 20:05:20 +0200 Subject: [PATCH] Update dependency for modern ruby and remove spellcheck --- .github/workflows/surge.yml | 4 +-- Gemfile | 3 -- Gemfile.lock | 70 ++++++++++++++++++------------------- 3 files changed, 36 insertions(+), 41 deletions(-) diff --git a/.github/workflows/surge.yml b/.github/workflows/surge.yml index 543732dd..78a2f589 100644 --- a/.github/workflows/surge.yml +++ b/.github/workflows/surge.yml @@ -25,8 +25,8 @@ jobs: npm install surge bundle install --path vendor/bundle || (echo "Gem installation failed, ensure 'bundled with:' is not present in Gemfile.lock"; false) - - name: Spell Check - run: bundle exec rake + # - name: Spell Check + # run: bundle exec rake - name: Deploy run: bundle exec .github/workflows/deploy.rb diff --git a/Gemfile b/Gemfile index c730d973..db5c7987 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,6 @@ source "https://rubygems.org" gem "rake" gem "yast-rake", ">= 0.2.1" -gem "raspell" -# coloring misspelled words -gem "rainbow" # Versions compatible with Ruby 3.1 (used at jekyll.infra.opensuse.org) and with # Ruby 2.5 (used at our continuous integration infrastructure) diff --git a/Gemfile.lock b/Gemfile.lock index 7b6eabee..4aa3fb73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,9 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) coffee-script (2.4.1) coffee-script-source execjs @@ -16,17 +17,20 @@ GEM colorator (1.1.0) commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.2.2) - dnsruby (1.70.0) + concurrent-ruby (1.3.6) + dnsruby (1.73.1) + base64 (>= 0.2) + logger (~> 1.6) simpleidn (~> 0.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - ethon (0.16.0) + ethon (0.18.0) ffi (>= 1.15.0) + logger eventmachine (1.2.7) - execjs (2.8.1) - faraday (1.10.3) + execjs (2.10.1) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -39,17 +43,17 @@ GEM faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) + faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - faraday-retry (1.0.3) - ffi (1.15.5) + faraday-retry (1.0.4) + ffi (1.17.4-x86_64-linux-gnu) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (223) @@ -106,7 +110,7 @@ GEM html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) - http_parser.rb (0.8.0) + http_parser.rb (0.8.1) i18n (0.9.5) concurrent-ruby (~> 1.0) jekyll (3.9.0) @@ -222,9 +226,11 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.8.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) mini_portile2 (2.6.1) minima (2.5.1) @@ -232,7 +238,7 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.15.0) - multipart-post (2.3.0) + multipart-post (2.4.1) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) @@ -244,46 +250,40 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) - racc (1.7.1) - rainbow (3.1.1) - rake (13.0.6) - raspell (1.3) + racc (1.8.1) + rake (13.4.2) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.4.4) rouge (3.26.0) ruby-enum (0.9.0) i18n ruby2_keywords (0.0.5) - rubyzip (2.3.2) + rubyzip (2.4.1) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.9.2) + sawyer (0.9.3) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - simpleidn (0.2.1) - unf (~> 0.1.4) + simpleidn (0.2.3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - typhoeus (1.4.0) - ethon (>= 0.9.0) + typhoeus (1.6.0) + ethon (>= 0.18.0) tzinfo (1.2.11) thread_safe (~> 0.1) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.8.1) - yast-rake (0.2.49) + webrick (1.9.2) + yast-rake (0.2.51) packaging_rake_tasks (>= 1.1.4) rake - zeitwerk (2.6.11) + zeitwerk (2.7.5) PLATFORMS x86_64-linux @@ -294,8 +294,6 @@ DEPENDENCIES minitest (~> 5.15.0) nokogiri (~> 1.12.5) octokit - rainbow rake - raspell webrick yast-rake (>= 0.2.1)