From 49477ee2edd74031bf61b6f6b64f14efcc10792a Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Thu, 27 Jun 2024 08:17:24 +0100 Subject: [PATCH] Update test dependencies --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- gemfiles/rails_6_1.gemfile.lock | 6 +++--- gemfiles/rails_7.gemfile.lock | 6 +++--- gemfiles/rails_7_1.gemfile.lock | 8 ++++---- gemfiles/rails_main.gemfile.lock | 10 +++++----- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index 70610ce..2a2a0ef 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "standard" gem "webmock" gem "pg" -gem "sqlite3" +gem "sqlite3", "~> 1.7" # To use a debugger gem "byebug", group: [:development, :test] diff --git a/Gemfile.lock b/Gemfile.lock index 8c47022..48f9c21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM uri net-http2 (0.18.5) http-2 (~> 0.11) - net-imap (0.4.13) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -176,7 +176,7 @@ GEM stringio public_suffix (6.0.0) racc (1.8.0) - rack (3.1.3) + rack (3.1.4) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -220,7 +220,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.0) + rexml (3.3.1) strscan rubocop (1.64.1) json (~> 2.3) @@ -244,10 +244,10 @@ GEM faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - sqlite3 (2.0.2-arm64-darwin) - sqlite3 (2.0.2-x86_64-darwin) - sqlite3 (2.0.2-x86_64-linux-gnu) - standard (1.37.0) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (1.7.3-x86_64-linux) + standard (1.39.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) @@ -292,7 +292,7 @@ DEPENDENCIES net-smtp noticed! pg - sqlite3 + sqlite3 (~> 1.7) standard webmock diff --git a/gemfiles/rails_6_1.gemfile.lock b/gemfiles/rails_6_1.gemfile.lock index f742c4d..2b9c6b6 100644 --- a/gemfiles/rails_6_1.gemfile.lock +++ b/gemfiles/rails_6_1.gemfile.lock @@ -133,7 +133,7 @@ GEM uri net-http2 (0.18.5) http-2 (~> 0.11) - net-imap (0.4.13) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -191,7 +191,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.1) strscan rubocop (1.64.1) json (~> 2.3) @@ -225,7 +225,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.37.0) + standard (1.39.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index 0f5104e..2435ceb 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -139,7 +139,7 @@ GEM uri net-http2 (0.18.5) http-2 (~> 0.11) - net-imap (0.4.13) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -197,7 +197,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.0) + rexml (3.3.1) strscan rubocop (1.64.1) json (~> 2.3) @@ -224,7 +224,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.37.0) + standard (1.39.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index 57819ff..3a91b73 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -150,7 +150,7 @@ GEM uri net-http2 (0.18.5) http-2 (~> 0.11) - net-imap (0.4.13) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -176,7 +176,7 @@ GEM stringio public_suffix (6.0.0) racc (1.8.0) - rack (3.1.3) + rack (3.1.4) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -220,7 +220,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.0) + rexml (3.3.1) strscan rubocop (1.64.1) json (~> 2.3) @@ -247,7 +247,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - standard (1.37.0) + standard (1.39.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index 8152fdc..20f8b52 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 16d8b82d5e2aca4780c5d10b1fe9a90b33a0e84e + revision: 659150f000b7fe089dc3d4a947fdb9ddcd4a3315 branch: main specs: actioncable (8.0.0.alpha) @@ -173,7 +173,7 @@ GEM uri net-http2 (0.18.5) http-2 (~> 0.11) - net-imap (0.4.13) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -199,7 +199,7 @@ GEM stringio public_suffix (6.0.0) racc (1.8.0) - rack (3.1.3) + rack (3.1.4) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -221,7 +221,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.0) + rexml (3.3.1) strscan rubocop (1.64.1) json (~> 2.3) @@ -248,7 +248,7 @@ GEM sqlite3 (2.0.2-arm64-darwin) sqlite3 (2.0.2-x86_64-darwin) sqlite3 (2.0.2-x86_64-linux-gnu) - standard (1.37.0) + standard (1.39.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0)