From d3971f9cee81e9fbdddd6cc3897449cd518ea943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:57:15 -0400 Subject: [PATCH] Bump inline_svg from 1.9.0 to 1.10.0 (#1156) Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/jamesmartin/inline_svg/releases) - [Changelog](https://github.com/jamesmartin/inline_svg/blob/main/CHANGELOG.md) - [Commits](https://github.com/jamesmartin/inline_svg/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: inline_svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 73353735..1a723db1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,7 +203,7 @@ GEM actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) - inline_svg (1.9.0) + inline_svg (1.10.0) activesupport (>= 3.0) nokogiri (>= 1.6) io-console (0.7.2)