From 29ab42e43bfae733831ec787c581c0d545314726 Mon Sep 17 00:00:00 2001 From: Switzer Date: Thu, 4 Apr 2024 13:52:52 +0700 Subject: [PATCH 1/2] up rake version 13.2.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- plugin.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7b919b5..ab24f27 100755 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'http-cookie', '1.0.5' gem 'http-form_data', '2.3.0' gem 'llhttp-ffi', '0.4.0' gem 'public_suffix', '5.0.4' -gem 'rake', '13.1.0' +gem 'rake', '13.2.0' gem 'unf', '0.1.4' gem 'unf_ext', '0.0.9.1' diff --git a/Gemfile.lock b/Gemfile.lock index 530983a..05d8b1d 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM rake (~> 13.0) prettier_print (1.1.0) public_suffix (5.0.4) - rake (13.1.0) + rake (13.2.0) ruby-lsp (0.3.6) language_server-protocol (~> 3.17.0) sorbet-runtime @@ -54,7 +54,7 @@ DEPENDENCIES http-form_data (= 2.3.0) llhttp-ffi (= 0.4.0) public_suffix (= 5.0.4) - rake (= 13.1.0) + rake (= 13.2.0) ruby-lsp (~> 0.3.6) unf (= 0.1.4) unf_ext (= 0.0.9.1) diff --git a/plugin.rb b/plugin.rb index e0d7c5b..fcabc88 100755 --- a/plugin.rb +++ b/plugin.rb @@ -8,7 +8,7 @@ # We need to load all external packages first # Reference: https://meta.discourse.org/t/plugin-using-own-gem/50007/4 -gem 'rake', '13.1.0' +gem 'rake', '13.2.0' gem 'connection_pool', '2.4.1' gem 'unf_ext', '0.0.9.1' gem 'unf', '0.1.4' From 04d890f9d9006996af8f6a34ac71bedb90ce4310 Mon Sep 17 00:00:00 2001 From: Switzer Date: Thu, 4 Apr 2024 14:00:48 +0700 Subject: [PATCH 2/2] up public_suffix-5.0.5 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- plugin.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ab24f27..58d606b 100755 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'http', '5.1.0' gem 'http-cookie', '1.0.5' gem 'http-form_data', '2.3.0' gem 'llhttp-ffi', '0.4.0' -gem 'public_suffix', '5.0.4' +gem 'public_suffix', '5.0.5' gem 'rake', '13.2.0' gem 'unf', '0.1.4' gem 'unf_ext', '0.0.9.1' diff --git a/Gemfile.lock b/Gemfile.lock index 05d8b1d..91b5bb6 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM ffi-compiler (~> 1.0) rake (~> 13.0) prettier_print (1.1.0) - public_suffix (5.0.4) + public_suffix (5.0.5) rake (13.2.0) ruby-lsp (0.3.6) language_server-protocol (~> 3.17.0) @@ -53,7 +53,7 @@ DEPENDENCIES http-cookie (= 1.0.5) http-form_data (= 2.3.0) llhttp-ffi (= 0.4.0) - public_suffix (= 5.0.4) + public_suffix (= 5.0.5) rake (= 13.2.0) ruby-lsp (~> 0.3.6) unf (= 0.1.4) diff --git a/plugin.rb b/plugin.rb index fcabc88..f0f85fb 100755 --- a/plugin.rb +++ b/plugin.rb @@ -15,7 +15,7 @@ gem 'domain_name', '0.5.20190701' gem 'http-cookie', '1.0.5' gem 'ffi', '1.16.3' -gem 'public_suffix', '5.0.4' +gem 'public_suffix', '5.0.5' gem 'addressable', '2.8.6' gem 'ffi-compiler', '1.0.1', require_name: 'ffi-compiler/loader' gem 'llhttp-ffi', '0.4.0', require_name: 'llhttp'