Bump inline_svg from 1.7.2 to 1.8.0 (#16010)
Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/jamesmartin/inline_svg/releases) - [Changelog](https://github.com/jamesmartin/inline_svg/blob/main/CHANGELOG.md) - [Commits](https://github.com/jamesmartin/inline_svg/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: inline_svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd6e8a8ff2
commit
34fa9d4557
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -49,7 +49,7 @@ gem "httparty", "~> 0.20" # Makes http fun! Also, makes consuming restful web se
|
|||
gem "httpclient", "~> 2.8.3" # Gives something like the functionality of libwww-perl (LWP) in Ruby
|
||||
gem "i18n-js", "~> 3.9.0" # Helps with internationalization in Rails.
|
||||
gem "imgproxy", "~> 2.0" # A gem that easily generates imgproxy URLs for your images
|
||||
gem "inline_svg", "~> 1.7" # Embed SVG documents in your Rails views and style them with CSS
|
||||
gem "inline_svg", "~> 1.8" # Embed SVG documents in your Rails views and style them with CSS
|
||||
gem "jbuilder", "~> 2.11" # Create JSON structures via a Builder-style DSL
|
||||
gem "js-routes", "~> 2.2" # Brings Rails named routes to javascript
|
||||
gem "jsonapi-serializer", "~> 2.2" # Serializer for Ruby objects
|
||||
|
|
|
|||
|
|
@ -398,7 +398,7 @@ GEM
|
|||
ruby-vips (>= 2.0.17, < 3)
|
||||
imgproxy (2.0.1)
|
||||
anyway_config (>= 2.0.0)
|
||||
inline_svg (1.7.2)
|
||||
inline_svg (1.8.0)
|
||||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
io-console (0.5.9)
|
||||
|
|
@ -947,7 +947,7 @@ DEPENDENCIES
|
|||
i18n-js (~> 3.9.0)
|
||||
i18n-tasks (~> 0.9.37)
|
||||
imgproxy (~> 2.0)
|
||||
inline_svg (~> 1.7)
|
||||
inline_svg (~> 1.8)
|
||||
jbuilder (~> 2.11)
|
||||
js-routes (~> 2.2)
|
||||
jsonapi-serializer (~> 2.2)
|
||||
|
|
|
|||
BIN
vendor/cache/inline_svg-1.7.2.gem
vendored
BIN
vendor/cache/inline_svg-1.7.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/inline_svg-1.8.0.gem
vendored
Normal file
BIN
vendor/cache/inline_svg-1.8.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue