Bump inline_svg from 1.6.0 to 1.7.0 (#6104)
This commit is contained in:
parent
40bc7ecedd
commit
3b913f8490
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -52,7 +52,7 @@ gem "honeycomb-beeline", "~> 1.3.0" # Monitoring and Observability gem
|
|||
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
|
||||
gem "htmlentities", "~> 4.3", ">= 4.3.4" # A module for encoding and decoding (X)HTML entities
|
||||
gem "httparty", "~> 0.17" # Makes http fun! Also, makes consuming restful web services dead easy
|
||||
gem "inline_svg", "~> 1.6" # Embed SVG documents in your Rails views and style them with CSS
|
||||
gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS
|
||||
gem "jbuilder", "~> 2.10" # Create JSON structures via a Builder-style DSL
|
||||
gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails
|
||||
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.1.5)
|
||||
concurrent-ruby (1.1.6)
|
||||
connection_pool (2.2.2)
|
||||
counter_culture (2.2.4)
|
||||
activerecord (>= 4.2)
|
||||
|
|
@ -404,7 +404,7 @@ GEM
|
|||
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.0)
|
||||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
ipaddress (0.8.3)
|
||||
|
|
@ -902,7 +902,7 @@ DEPENDENCIES
|
|||
html_truncator (~> 0.4)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
httparty (~> 0.17)
|
||||
inline_svg (~> 1.6)
|
||||
inline_svg (~> 1.7)
|
||||
jbuilder (~> 2.10)
|
||||
jquery-rails (~> 4.3)
|
||||
kaminari (~> 1.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue