From 80f1fc74a77db2d79a5b275a640ac87ea2908964 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Sat, 21 Dec 2024 09:31:15 +0100 Subject: [PATCH] bump-deps-2024-12-20 (#152) * bump-deps-2024-12-20 * more --- .github/workflows/ci.yml | 2 +- Gemfile.lock | 30 +++++++++++++++++------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ef282..a84ad33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: ruby: - - '3.4.0-preview2' + - '3.4.0-rc1' - '3.3' - '3.2' - '3.1' diff --git a/Gemfile.lock b/Gemfile.lock index d54fb96..b67855f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -18,49 +19,52 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) byebug (11.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) factory_bot (6.5.0) activesupport (>= 5.0.0) ffi (1.17.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) - karafka-rdkafka (0.18.0) + karafka-rdkafka (0.18.1) ffi (~> 1.15) mini_portile2 (~> 2.6) rake (> 12) - logger (1.6.1) + logger (1.6.4) mini_portile2 (2.8.8) - minitest (5.25.1) + minitest (5.25.4) rake (13.2.1) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) + rspec-core (3.13.2) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) - securerandom (0.3.1) + rspec-support (3.13.2) + securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + uri (1.0.2) PLATFORMS ruby @@ -74,4 +78,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 2.5.14 + 2.6.1