diff --git a/Changes.md b/Changes.md index 08f61e7b6..76ffcf1fc 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ [Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md) -HEAD +6.0.7 --------- - Refactor systemd integration to work better with custom binaries [#4511] diff --git a/Gemfile.lock b/Gemfile.lock index fc3b5f97c..be60d74df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sidekiq (6.0.6) + sidekiq (6.0.7) connection_pool (>= 2.2.2) rack (~> 2.0) rack-protection (>= 2.0.0) diff --git a/test/test_web_helpers.rb b/test/test_web_helpers.rb index ac8d2e336..770bab3f9 100644 --- a/test/test_web_helpers.rb +++ b/test/test_web_helpers.rb @@ -93,7 +93,7 @@ def test_available_locales expected = %w( ar cs da de el en es fa fr he hi it ja ko lt nb nl pl pt pt-br ru sv ta uk ur - zh-cn zh-tw + vi zh-cn zh-tw ) assert_equal expected, obj.available_locales.sort end