From e6dd994ddfc03b91ef3a736c4310c7b357876d1f Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Wed, 27 Dec 2023 11:22:18 +0000 Subject: [PATCH 1/2] Also test Ruby 3.3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4b755d9..d2f06eda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2', '3.3'] gemfile: - rails_6_1 - rails_7 @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2', '3.3'] gemfile: - rails_6_1 - rails_7 @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['3.0', '3.1', '3.2'] + ruby: ['3.0', '3.1', '3.2', '3.3'] gemfile: - rails_6_1 - rails_7 From ff7114f22fda50eeb139bd4fd1265836c3682821 Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Wed, 27 Dec 2023 11:38:19 +0000 Subject: [PATCH 2/2] update gemlocks --- Gemfile.lock | 6 ------ gemfiles/rails_6_1.gemfile.lock | 13 +++++-------- gemfiles/rails_7.gemfile.lock | 13 +++++-------- gemfiles/rails_7_1.gemfile.lock | 10 +++++----- gemfiles/rails_main.gemfile.lock | 13 +++++-------- 5 files changed, 20 insertions(+), 35 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 239b5c02..e434189d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,10 +172,6 @@ GEM nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) - racc (~> 1.4) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) @@ -271,8 +267,6 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.6.9) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.9-x86_64-darwin) - sqlite3 (1.6.9-x86_64-linux) standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) diff --git a/gemfiles/rails_6_1.gemfile.lock b/gemfiles/rails_6_1.gemfile.lock index 653f3257..fb671930 100644 --- a/gemfiles/rails_6_1.gemfile.lock +++ b/gemfiles/rails_6_1.gemfile.lock @@ -131,6 +131,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -145,11 +146,8 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.7.0) - nokogiri (1.15.5-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) @@ -232,9 +230,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-arm64-darwin) - sqlite3 (1.6.9-x86_64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.6.9) + mini_portile2 (~> 2.8.0) standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index 9bbb8605..bb4800d2 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -137,6 +137,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -151,11 +152,8 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.7.0) - nokogiri (1.15.5-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) @@ -238,9 +236,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-arm64-darwin) - sqlite3 (1.6.9-x86_64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.6.9) + mini_portile2 (~> 2.8.0) standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index 13aff0f4..2bfe9b33 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -153,6 +153,7 @@ GEM marcel (1.0.2) matrix (0.4.2) mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -168,9 +169,8 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.7.0) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) @@ -265,8 +265,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-x86_64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.6.9) + mini_portile2 (~> 2.8.0) standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index 1aba4959..6f092c6d 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -180,6 +180,7 @@ GEM marcel (1.0.2) matrix (0.4.2) mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.20.0) mocha (2.1.0) ruby2_keywords (>= 0.0.5) @@ -194,11 +195,8 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.7.0) - nokogiri (1.15.5-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) @@ -271,9 +269,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-arm64-darwin) - sqlite3 (1.6.9-x86_64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.6.9) + mini_portile2 (~> 2.8.0) standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0)