diff --git a/Gemfile b/Gemfile index f087325..cceba46 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby "2.5.5" # Front End # gem "i18n-js", ">= 3.0.0.rc11" -gem "inline_svg", "~> 1.5", ">= 1.5.2" +gem "inline_svg", "~> 1.7" # # Back End diff --git a/Gemfile.lock b/Gemfile.lock index 07787f7..b2dbbe1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM launchy childprocess (3.0.0) coderay (1.1.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.2) crass (1.0.6) database_cleaner (1.7.0) @@ -156,14 +156,14 @@ GEM activesupport (>= 4.2.0) hashie (3.6.0) highline (2.0.3) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) i18n-js (3.5.0) i18n (>= 0.6.6) image_processing (1.9.3) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.13, < 3) - inline_svg (1.6.0) + inline_svg (1.7.2) activesupport (>= 3.0) nokogiri (>= 1.6) interactor (3.1.1) @@ -185,7 +185,7 @@ GEM mini_magick (4.9.5) mini_mime (1.1.0) mini_portile2 (2.5.3) - minitest (5.14.4) + minitest (5.15.0) mock_redis (0.19.0) multi_json (1.14.1) multi_xml (0.6.0) @@ -225,7 +225,7 @@ GEM pry (>= 0.10.4) public_suffix (4.0.1) puma (3.12.1) - racc (1.5.2) + racc (1.6.2) rack (2.2.3) rack-protection (2.0.7) rack @@ -325,7 +325,7 @@ GEM net-ssh (>= 2.8.0) thor (1.1.0) thread_safe (0.3.6) - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) unicode-display_width (1.6.0) warden (1.2.8) @@ -341,7 +341,7 @@ GEM will_paginate (3.2.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.6.6) PLATFORMS ruby @@ -370,7 +370,7 @@ DEPENDENCIES highline (~> 2.0) i18n-js (>= 3.0.0.rc11) image_processing (~> 1.2) - inline_svg (~> 1.5, >= 1.5.2) + inline_svg (~> 1.7) interactor (~> 3.0) letter_opener (~> 1.7) marcel (~> 1.0, >= 1.0.1)