Skip to content

Commit

Permalink
misc, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 17, 2020
1 parent d7b696d commit e3c5551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion test/test_web_helpers.rb
Expand Up @@ -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
Expand Down

0 comments on commit e3c5551

Please sign in to comment.