From a86e366903791c6f1389d5fb81d9a4184586006a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:58:31 +0000 Subject: [PATCH] Bump inline_svg from 1.7.1 to 1.7.2 Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 1.7.1 to 1.7.2. - [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.7.1...v1.7.2) --- updated-dependencies: - dependency-name: inline_svg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index b1ff85a..19faa5c 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'devise', '~> 4.7', '>= 4.7.1' gem 'carrierwave', '~> 2.1' gem 'mini_magick', '~> 4.10', '>= 4.10.1' gem 'validate_url', '~> 1.0', '>= 1.0.8' -gem 'inline_svg', '~> 1.7', '>= 1.7.1' +gem 'inline_svg', '~> 1.7' gem 'sidekiq', '~> 6.0', '>= 6.0.6' gem 'ransack', '~> 2.3', '>= 2.3.2' gem 'friendly_id', '~> 5.3' diff --git a/Gemfile.lock b/Gemfile.lock index 4cf1f04..a84c969 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM mimemagic (>= 0.3.0) mini_mime (>= 0.1.3) childprocess (3.0.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) connection_pool (2.2.2) crass (1.0.6) devise (4.7.1) @@ -102,12 +102,12 @@ GEM activerecord (>= 4.0.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) image_processing (1.10.3) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - inline_svg (1.7.1) + inline_svg (1.7.2) activesupport (>= 3.0) nokogiri (>= 1.6) jbuilder (2.10.0) @@ -131,22 +131,22 @@ GEM rake mini_magick (4.10.1) mini_mime (1.0.2) - mini_portile2 (2.5.3) - minitest (5.14.0) + mini_portile2 (2.8.1) + minitest (5.17.0) msgpack (1.3.3) msgpack (1.3.3-java) msgpack (1.3.3-x64-mingw32) msgpack (1.3.3-x86-mingw32) nio4r (2.5.7) nio4r (2.5.7-java) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.11.7-java) + nokogiri (1.13.10-java) racc (~> 1.4) - nokogiri (1.11.7-x64-mingw32) + nokogiri (1.13.10-x64-mingw32) racc (~> 1.4) - nokogiri (1.11.7-x86-mingw32) + nokogiri (1.13.10-x86-mingw32) racc (~> 1.4) orm_adapter (0.5.0) pg (1.2.3) @@ -159,8 +159,8 @@ GEM nio4r (~> 2.0) puma (4.3.8-java) nio4r (~> 2.0) - racc (1.5.2) - racc (1.5.2-java) + racc (1.6.2) + racc (1.6.2-java) rack (2.2.3) rack-protection (2.0.8.1) rack @@ -252,7 +252,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.6) + tzinfo (1.2.10) thread_safe (~> 0.1) tzinfo-data (1.2019.3) tzinfo (>= 1.0.0) @@ -281,7 +281,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.6.6) PLATFORMS java @@ -298,7 +298,7 @@ DEPENDENCIES carrierwave (~> 2.1) devise (~> 4.7, >= 4.7.1) friendly_id (~> 5.3) - inline_svg (~> 1.7, >= 1.7.1) + inline_svg (~> 1.7) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) meta-tags (~> 2.13)