From a02846464032eef69a8634f49bd6982e6cc8b813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:58:05 +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 | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index b1565e3..2e305e2 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem 'ransack' gem 'kaminari', '~> 1.2.1' # get an svg into my view and then style it with css -gem 'inline_svg', '~> 1.7', '>= 1.7.1' +gem 'inline_svg', '~> 1.7' # Deploy gem 'bcrypt_pbkdf', '~> 1.0', '>= 1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index f3fcc5a..363457d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (3.0.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) connection_pool (2.2.3) crass (1.0.6) devise (4.7.1) @@ -120,9 +120,9 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashie (4.1.0) - i18n (1.8.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) - inline_svg (1.7.1) + inline_svg (1.7.2) activesupport (>= 3.0) nokogiri (>= 1.6) jbuilder (2.10.0) @@ -154,8 +154,8 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) + mini_portile2 (2.8.1) + minitest (5.17.0) msgpack (1.3.3) multi_json (1.14.1) multi_xml (0.6.0) @@ -164,8 +164,9 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oauth2 (1.4.4) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) @@ -194,6 +195,7 @@ GEM public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) + racc (1.6.2) rack (2.2.3) rack-protection (2.0.8.1) rack @@ -301,7 +303,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.10) thread_safe (~> 0.1) warden (1.2.8) rack (>= 2.0.6) @@ -323,7 +325,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.6.6) PLATFORMS ruby @@ -343,7 +345,7 @@ DEPENDENCIES figaro (~> 1.0) foreman (~> 0.87.1) friendly_id (~> 5.3) - inline_svg (~> 1.7, >= 1.7.1) + inline_svg (~> 1.7) jbuilder (~> 2.7) kaminari (~> 1.2.1) listen (>= 3.0.5, < 3.2)