From bc7082ded07fd32376151b0357a228cb03b7e2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:53:35 +0000 Subject: [PATCH] Bump rails_icons from 1.7.1 to 1.8.0 Bumps [rails_icons](https://github.com/Rails-Designer/rails_icons) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/Rails-Designer/rails_icons/releases) - [Commits](https://github.com/Rails-Designer/rails_icons/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: rails_icons dependency-version: 1.8.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 739cc47..1023217 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "importmap-rails", "~> 2.2" gem "invisible_captcha", "~> 2.3" gem "kramdown", "~> 2.5" gem "propshaft", "~> 1.3" -gem "rails_icons", "~> 1.7" +gem "rails_icons", "~> 1.8" gem "stimulus-rails", "~> 1.3", ">= 1.3.4" gem "turbo-rails", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 964b03a..5e7960c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,7 @@ GEM rails-html-sanitizer (1.7.0) loofah (~> 2.25) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - rails_icons (1.7.1) + rails_icons (1.8.0) icons (~> 0.8.1) rails (>= 7.0) railties (8.1.2.1) @@ -395,7 +395,7 @@ DEPENDENCIES propshaft (~> 1.3) puma (~> 7.2) rails (~> 8.1) - rails_icons (~> 1.7) + rails_icons (~> 1.8) rubocop-rails-omakase solid_cable (~> 3.0) solid_queue (~> 1.4)