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] <support@dependabot.com>
This commit is contained in:
parent
f9746e79fe
commit
0f5e4d0d64
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue