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:
parent
d7b696d1b8
commit
e3c5551f71
3 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue