diff --git a/Gemfile b/Gemfile index 2f6200c49..d519be1c9 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "honeycomb-beeline", "~> 2.9.0" # Monitoring and Observability gem gem "html_truncator", "~> 0.4" # Truncate an HTML string properly gem "httparty", "~> 0.20" # Makes http fun! Also, makes consuming restful web services dead easy gem "httpclient", "~> 2.8.3" # Gives something like the functionality of libwww-perl (LWP) in Ruby -gem "i18n-js", "~> 3.9.1" # Helps with internationalization in Rails. +gem "i18n-js", "~> 3.9.2" # Helps with internationalization in Rails. gem "imgproxy", "~> 2.0" # A gem that easily generates imgproxy URLs for your images 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 diff --git a/Gemfile.lock b/Gemfile.lock index d3e38e664..2f161ae8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -391,7 +391,7 @@ GEM activerecord (>= 5) i18n (1.10.0) concurrent-ruby (~> 1.0) - i18n-js (3.9.1) + i18n-js (3.9.2) i18n (>= 0.6.6) i18n-tasks (1.0.5) activesupport (>= 4.0.2) @@ -981,7 +981,7 @@ DEPENDENCIES httparty (~> 0.20) httpclient (~> 2.8.3) hypershield (~> 0.2.2) - i18n-js (~> 3.9.1) + i18n-js (~> 3.9.2) i18n-tasks (~> 1.0.5) imgproxy (~> 2.0) inline_svg (~> 1.8) diff --git a/vendor/cache/i18n-js-3.9.1.gem b/vendor/cache/i18n-js-3.9.1.gem deleted file mode 100644 index 9c56b0f10..000000000 Binary files a/vendor/cache/i18n-js-3.9.1.gem and /dev/null differ diff --git a/vendor/cache/i18n-js-3.9.2.gem b/vendor/cache/i18n-js-3.9.2.gem new file mode 100644 index 000000000..dcd35d9ce Binary files /dev/null and b/vendor/cache/i18n-js-3.9.2.gem differ