From 5d5b667c7aa35be1621eb6d5b5d806e549f8f426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:14:03 +0000 Subject: [PATCH] build(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) and [puppet](https://github.com/puppetlabs/puppet). Updates `sqlite3` from 2.1.0 to 2.1.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.0...v2.1.1) Updates `puppet` from 8.9.0 to 8.10.0 - [Release notes](https://github.com/puppetlabs/puppet/releases) - [Commits](https://github.com/puppetlabs/puppet/compare/8.9.0...8.10.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: puppet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef2dfb54..cdef8d54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -301,7 +301,7 @@ GEM public_suffix (6.0.1) puma (6.4.3) nio4r (~> 2.0) - puppet (8.9.0) + puppet (8.10.0) concurrent-ruby (~> 1.0) deep_merge (~> 1.0) facter (>= 4.3.0, < 5) @@ -312,7 +312,7 @@ GEM puppet-resource_api (~> 1.5) scanf (~> 1.0) semantic_puppet (~> 1.0) - puppet (8.9.0-universal-darwin) + puppet (8.10.0-universal-darwin) CFPropertyList (>= 3.0.6, < 4) concurrent-ruby (~> 1.0) deep_merge (~> 1.0) @@ -377,7 +377,7 @@ GEM regexp_parser (2.9.2) reline (0.5.10) io-console (~> 0.5) - rexml (3.3.7) + rexml (3.3.8) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-openapi (0.18.3) @@ -451,11 +451,11 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.1.0) + sqlite3 (2.1.1) mini_portile2 (~> 2.8.0) - sqlite3 (2.1.0-arm64-darwin) - sqlite3 (2.1.0-x86_64-darwin) - sqlite3 (2.1.0-x86_64-linux-gnu) + sqlite3 (2.1.1-arm64-darwin) + sqlite3 (2.1.1-x86_64-darwin) + sqlite3 (2.1.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1)