diff --git a/Gemfile b/Gemfile index 627568fcb..0b433366a 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 8c3ab493a..d4f5d2c4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/inline_svg-1.7.2.gem b/vendor/cache/inline_svg-1.7.2.gem deleted file mode 100644 index 29c509320..000000000 Binary files a/vendor/cache/inline_svg-1.7.2.gem and /dev/null differ diff --git a/vendor/cache/inline_svg-1.8.0.gem b/vendor/cache/inline_svg-1.8.0.gem new file mode 100644 index 000000000..12f1cc575 Binary files /dev/null and b/vendor/cache/inline_svg-1.8.0.gem differ