diff --git a/Gemfile b/Gemfile index 9b0512ad6a234..80fc6070b5896 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ 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.18" # Makes http fun! Also, makes consuming restful web services dead easy gem "imgproxy", "~> 1.2" # 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.10" # Create JSON structures via a Builder-style DSL gem "jquery-rails", "~> 4.4" # A gem to automate using jQuery with Rails gem "jsonapi-serializer", "~> 2.1" # Serializer for Ruby objects diff --git a/Gemfile.lock b/Gemfile.lock index 3f5909f4d43c2..5216eeee3e0aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.9) connection_pool (2.2.3) counter_culture (2.7.0) activerecord (>= 4.2) @@ -373,14 +373,14 @@ GEM httpclient (2.8.3) hypershield (0.2.0) activerecord (>= 5) - i18n (1.8.5) + i18n (1.8.11) concurrent-ruby (~> 1.0) ice_nine (0.11.2) image_processing (1.10.3) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) imgproxy (1.2.0) - inline_svg (1.7.1) + inline_svg (1.8.0) activesupport (>= 3.0) nokogiri (>= 1.6) ipaddress (0.8.3) @@ -446,7 +446,7 @@ GEM mini_portile2 (2.4.0) mini_racer (0.3.1) libv8 (~> 8.4.255) - minitest (5.14.2) + minitest (5.15.0) msgpack (1.3.3) multi_json (1.15.0) multi_xml (0.6.0) @@ -756,7 +756,7 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.8) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -809,7 +809,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.4.2) + zeitwerk (2.5.3) zonebie (0.6.1) PLATFORMS @@ -875,7 +875,7 @@ DEPENDENCIES httparty (~> 0.18) hypershield (~> 0.2.0) imgproxy (~> 1.2) - inline_svg (~> 1.7) + inline_svg (~> 1.8) jbuilder (~> 2.10) jquery-rails (~> 4.4) jsonapi-serializer (~> 2.1) diff --git a/vendor/cache/concurrent-ruby-1.1.7.gem b/vendor/cache/concurrent-ruby-1.1.7.gem deleted file mode 100644 index ae9b3702ae66b..0000000000000 Binary files a/vendor/cache/concurrent-ruby-1.1.7.gem and /dev/null differ diff --git a/vendor/cache/concurrent-ruby-1.1.9.gem b/vendor/cache/concurrent-ruby-1.1.9.gem new file mode 100644 index 0000000000000..9ed64f26c74f4 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.1.9.gem differ diff --git a/vendor/cache/i18n-1.8.11.gem b/vendor/cache/i18n-1.8.11.gem new file mode 100644 index 0000000000000..b6ecc160098fd Binary files /dev/null and b/vendor/cache/i18n-1.8.11.gem differ diff --git a/vendor/cache/i18n-1.8.5.gem b/vendor/cache/i18n-1.8.5.gem deleted file mode 100644 index f5c89ea584187..0000000000000 Binary files a/vendor/cache/i18n-1.8.5.gem and /dev/null differ diff --git a/vendor/cache/inline_svg-1.7.1.gem b/vendor/cache/inline_svg-1.7.1.gem deleted file mode 100644 index ce75319507e38..0000000000000 Binary files a/vendor/cache/inline_svg-1.7.1.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 0000000000000..12f1cc5753197 Binary files /dev/null and b/vendor/cache/inline_svg-1.8.0.gem differ diff --git a/vendor/cache/libv8-8.4.255.0.gem b/vendor/cache/libv8-8.4.255.0.gem new file mode 100644 index 0000000000000..adf5a257e39d9 Binary files /dev/null and b/vendor/cache/libv8-8.4.255.0.gem differ diff --git a/vendor/cache/minitest-5.14.2.gem b/vendor/cache/minitest-5.14.2.gem deleted file mode 100644 index 66232f78f61da..0000000000000 Binary files a/vendor/cache/minitest-5.14.2.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.15.0.gem b/vendor/cache/minitest-5.15.0.gem new file mode 100644 index 0000000000000..bb3c2475eea23 Binary files /dev/null and b/vendor/cache/minitest-5.15.0.gem differ diff --git a/vendor/cache/tzinfo-1.2.8.gem b/vendor/cache/tzinfo-1.2.8.gem deleted file mode 100644 index f24bf8e1e6854..0000000000000 Binary files a/vendor/cache/tzinfo-1.2.8.gem and /dev/null differ diff --git a/vendor/cache/tzinfo-1.2.9.gem b/vendor/cache/tzinfo-1.2.9.gem new file mode 100644 index 0000000000000..9f596f54b415a Binary files /dev/null and b/vendor/cache/tzinfo-1.2.9.gem differ diff --git a/vendor/cache/zeitwerk-2.4.2.gem b/vendor/cache/zeitwerk-2.4.2.gem deleted file mode 100644 index 8054e9466d232..0000000000000 Binary files a/vendor/cache/zeitwerk-2.4.2.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.5.3.gem b/vendor/cache/zeitwerk-2.5.3.gem new file mode 100644 index 0000000000000..12113cdece097 Binary files /dev/null and b/vendor/cache/zeitwerk-2.5.3.gem differ