From 6a278690bc761f32b4ceebf19456287062758438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:22:30 +0000 Subject: [PATCH] Bump rugged from 1.7.2 to 1.9.0 Bumps [rugged](https://github.com/libgit2/rugged) from 1.7.2 to 1.9.0. - [Release notes](https://github.com/libgit2/rugged/releases) - [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md) - [Commits](https://github.com/libgit2/rugged/compare/v1.7.2...v1.9.0) --- updated-dependencies: - dependency-name: rugged dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 525b1d91..a8e97c71 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'sprockets-rails' gem 'pg' gem 'puma', '~> 6.0' -gem 'rugged', '1.7.2' +gem 'rugged', '1.9.0' gem 'unf' gem 'turbolinks', '~> 5' gem 'actionpack-page_caching', '1.2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 34e52f37..8c34b2ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM psych (>= 4.0.0) reline (0.6.2) io-console (~> 0.5) - rugged (1.7.2) + rugged (1.9.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -287,7 +287,7 @@ DEPENDENCIES rails-controller-testing rbnacl (>= 3.2, < 8.0) rbnacl-libsodium - rugged (= 1.7.2) + rugged (= 1.9.0) sass-rails (~> 6.0) sprockets-rails turbolinks (~> 5)