Bump inline_svg from 1.3.1 to 1.4.0 (#2510) [ci skip]

Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 1.3.1 to 1.4.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.3.1...v1.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-22 10:17:41 -04:00 committed by Mac Siri
parent 0667eb75bc
commit e4a9c496cc
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ gem "gibbon", "~> 3.2" # API wrapper for MailChimp's API
gem "google-api-client", "~> 0.27" # 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.3" # Embed SVG documents in your Rails views and style them with CSS
gem "inline_svg", "~> 1.4" # Embed SVG documents in your Rails views and style them with CSS
gem "jbuilder", "~> 2.8" # 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

View file

@ -554,7 +554,7 @@ GEM
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inflecto (0.0.2)
inline_svg (1.3.1)
inline_svg (1.4.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
ipaddress (0.8.3)
@ -1020,7 +1020,7 @@ DEPENDENCIES
guard-rspec (~> 4.7)
html_truncator (~> 0.4)
httparty (~> 0.16)
inline_svg (~> 1.3)
inline_svg (~> 1.4)
jbuilder (~> 2.8)
jquery-rails (~> 4.3)
kaminari (~> 1.1)