diff --git a/Gemfile b/Gemfile index 94348e71e..aac837a5b 100644 --- a/Gemfile +++ b/Gemfile @@ -121,7 +121,7 @@ group :development do gem "erb_lint", "~> 0.0.37", require: false # ERB Linter tool gem "guard", "~> 2.18", require: false # Guard is a command line tool to easily handle events on file system modifications gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified - gem "i18n-tasks", "~> 1.0.4" # Helpers to find and manage missing and unused translations + gem "i18n-tasks", "~> 1.0.5" # Helpers to find and manage missing and unused translations gem "listen", "~> 3.7", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard) gem "memory_profiler", "~> 1.0", require: false # Memory profiling routines for Ruby 2.3+ gem "solargraph", "~> 0.44", require: false # For LSP support (such as symbol renaming, documentation lookup) diff --git a/Gemfile.lock b/Gemfile.lock index 6f46701c3..4e32ec911 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,7 +386,7 @@ GEM concurrent-ruby (~> 1.0) i18n-js (3.9.1) i18n (>= 0.6.6) - i18n-tasks (1.0.4) + i18n-tasks (1.0.5) activesupport (>= 4.0.2) ast (>= 2.1.0) better_html (~> 1.0) @@ -452,7 +452,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.14.0) + loofah (2.15.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -778,7 +778,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) slack-notifier (2.4.0) - smart_properties (1.15.0) + smart_properties (1.17.0) solargraph (0.44.3) backport (~> 1.2) benchmark @@ -957,7 +957,7 @@ DEPENDENCIES httpclient (~> 2.8.3) hypershield (~> 0.2.2) i18n-js (~> 3.9.1) - i18n-tasks (~> 1.0.4) + i18n-tasks (~> 1.0.5) imgproxy (~> 2.0) inline_svg (~> 1.8) jbuilder (~> 2.11) diff --git a/vendor/cache/i18n-tasks-1.0.4.gem b/vendor/cache/i18n-tasks-1.0.4.gem deleted file mode 100644 index 83c745a03..000000000 Binary files a/vendor/cache/i18n-tasks-1.0.4.gem and /dev/null differ diff --git a/vendor/cache/i18n-tasks-1.0.5.gem b/vendor/cache/i18n-tasks-1.0.5.gem new file mode 100644 index 000000000..31babf276 Binary files /dev/null and b/vendor/cache/i18n-tasks-1.0.5.gem differ diff --git a/vendor/cache/loofah-2.14.0.gem b/vendor/cache/loofah-2.14.0.gem deleted file mode 100644 index 0709eb354..000000000 Binary files a/vendor/cache/loofah-2.14.0.gem and /dev/null differ diff --git a/vendor/cache/loofah-2.15.0.gem b/vendor/cache/loofah-2.15.0.gem new file mode 100644 index 000000000..974aad38c Binary files /dev/null and b/vendor/cache/loofah-2.15.0.gem differ diff --git a/vendor/cache/smart_properties-1.15.0.gem b/vendor/cache/smart_properties-1.15.0.gem deleted file mode 100644 index 46ec3c2a7..000000000 Binary files a/vendor/cache/smart_properties-1.15.0.gem and /dev/null differ diff --git a/vendor/cache/smart_properties-1.17.0.gem b/vendor/cache/smart_properties-1.17.0.gem new file mode 100644 index 000000000..e18fee764 Binary files /dev/null and b/vendor/cache/smart_properties-1.17.0.gem differ