From 85b18c503e2509d9a9d5f8908200dbbd6dceaf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 Oct 2018 15:44:03 -0400 Subject: [PATCH] Bump inline_svg from 0.12.1 to 1.3.1 (#915) Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 0.12.1 to 1.3.1. - [Release notes](https://github.com/jamesmartin/inline_svg/releases) - [Changelog](https://github.com/jamesmartin/inline_svg/blob/master/CHANGELOG.md) - [Commits](https://github.com/jamesmartin/inline_svg/compare/v0.12.1...v1.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 02ae862ae..6cd87d37a 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem "gibbon", "~> 2.2" gem "google-api-client", "~> 0.24" gem "html_truncator", "~> 0.4" gem "httparty", "~> 0.16" -gem "inline_svg", "~> 0.12" +gem "inline_svg", "~> 1.3" gem "jbuilder", "~> 2.7" gem "jquery-rails", "~> 4.3" gem "kaminari", "~> 1.1" diff --git a/Gemfile.lock b/Gemfile.lock index cfdb4a34f..a2af8fedb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -508,9 +508,8 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) inflecto (0.0.2) - inline_svg (0.12.1) + inline_svg (1.3.1) activesupport (>= 3.0) - loofah (>= 2.0) nokogiri (>= 1.6) io-like (0.3.0) ipaddress (0.8.3) @@ -967,7 +966,7 @@ DEPENDENCIES guard-rspec (~> 4.7) html_truncator (~> 0.4) httparty (~> 0.16) - inline_svg (~> 0.12) + inline_svg (~> 1.3) jbuilder (~> 2.7) jquery-rails (~> 4.3) kaminari (~> 1.1)