From 0f5e4d0d64df03ed8026195a2ebe119dacff4ae4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 16:43:49 -0400 Subject: [PATCH] Bump inline_svg from 1.4.0 to 1.5.0 (#3193) [ci skip] Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 1.4.0 to 1.5.0. - [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/v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 357f58ed2..42c4e6fb3 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem "gibbon", "~> 3.2" # API wrapper for MailChimp's API gem "google-api-client", "~> 0.30" # Client for accessing Google APIs gem "html_truncator", "~> 0.4" # Truncate an HTML string properly gem "httparty", "~> 0.16" # Makes http fun! Also, makes consuming restful web services dead easy -gem "inline_svg", "~> 1.4" # Embed SVG documents in your Rails views and style them with CSS +gem "inline_svg", "~> 1.5" # Embed SVG documents in your Rails views and style them with CSS gem "jbuilder", "~> 2.9" # Create JSON structures via a Builder-style DSL gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails gem "kaminari", "~> 1.1" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator diff --git a/Gemfile.lock b/Gemfile.lock index 28e7f6d63..0594e869e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - inline_svg (1.4.0) + inline_svg (1.5.0) activesupport (>= 3.0) nokogiri (>= 1.6) ipaddress (0.8.3) @@ -889,7 +889,7 @@ DEPENDENCIES guard-rspec (~> 4.7) html_truncator (~> 0.4) httparty (~> 0.16) - inline_svg (~> 1.4) + inline_svg (~> 1.5) jbuilder (~> 2.9) jquery-rails (~> 4.3) kaminari (~> 1.1)