1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

misc, prepare for release

This commit is contained in:
Mike Perham 2020-04-17 07:44:51 -07:00
parent d7b696d1b8
commit e3c5551f71
3 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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)

View file

@ -93,7 +93,7 @@ class TestWebHelpers < Minitest::Test
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