From eeefd8aa05adee7e655206c713bde9b3fb3c958f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:25:37 +0000 Subject: [PATCH] [bundler] Bump the monthly group across 1 directory with 9 updates Bumps the monthly group with 4 updates in the / directory: [activerecord](https://github.com/rails/rails), [minitest](https://github.com/minitest/minitest), [mocha](https://github.com/freerange/mocha) and [sqlite3](https://github.com/sparklemotion/sqlite3-ruby). Updates `activerecord` from 7.2.1.2 to 7.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.1.2...v7.2.2) Updates `minitest` from 5.25.1 to 5.25.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.1...v5.25.2) Updates `mocha` from 2.5.0 to 2.6.1 - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.5.0...v2.6.1) Updates `sqlite3` from 2.1.1 to 2.3.1 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.1.1...v2.3.1) Updates `activemodel` from 7.2.1.2 to 7.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.1.2...v7.2.2) Updates `activesupport` from 7.2.1.2 to 7.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.1.2...v7.2.2) Updates `mini_portile2` from 2.8.7 to 2.8.8 - [Release notes](https://github.com/flavorjones/mini_portile/releases) - [Changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md) - [Commits](https://github.com/flavorjones/mini_portile/compare/v2.8.7...v2.8.8) Updates `securerandom` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/ruby/securerandom/releases) - [Commits](https://github.com/ruby/securerandom/compare/v0.3.1...v0.3.2) Updates `timeout` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/ruby/timeout/releases) - [Commits](https://github.com/ruby/timeout/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development update-type: version-update:semver-patch dependency-group: monthly - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: monthly - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monthly - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: monthly - dependency-name: activemodel dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly - dependency-name: activesupport dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly - dependency-name: mini_portile2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly - dependency-name: securerandom dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly - dependency-name: timeout dependency-type: indirect update-type: version-update:semver-patch dependency-group: monthly ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5abcc68..1507537 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,14 +6,15 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.2.1.2) - activesupport (= 7.2.1.2) - activerecord (7.2.1.2) - activemodel (= 7.2.1.2) - activesupport (= 7.2.1.2) + activemodel (7.2.2) + activesupport (= 7.2.2) + activerecord (7.2.2) + activemodel (= 7.2.2) + activesupport (= 7.2.2) timeout (>= 0.4.0) - activesupport (7.2.1.2) + activesupport (7.2.2) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -24,6 +25,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) byebug (11.1.3) concurrent-ruby (1.3.4) @@ -38,16 +40,16 @@ GEM method_source (>= 0.6.7) rake (>= 0.9.2.2) method_source (1.1.0) - mini_portile2 (2.8.7) - minitest (5.25.1) - mocha (2.5.0) + mini_portile2 (2.8.8) + minitest (5.25.2) + mocha (2.6.1) ruby2_keywords (>= 0.0.5) rake (13.2.1) ruby2_keywords (0.0.5) - securerandom (0.3.1) - sqlite3 (2.1.1) + securerandom (0.3.2) + sqlite3 (2.3.1) mini_portile2 (~> 2.8.0) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0)