Skip to content
代码片段 群组 项目
未验证 提交 6d46971f 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Update Sidekiq NOTICE.txt

Drop test/web_test.rb since this change was shipped in
Sidekiq 7.3.1.
上级 68c9d5e9
未找到相关分支
未找到相关标签
无相关合并请求
......@@ -3,11 +3,10 @@ Copyright (c) Contributed Systems LLC
This product includes software developed at
Contributed Systems LLC(https://contribsys.com/).
Modifications to the following files were made on 2024-08-22 by GitLab:
Modifications to the following files were made on 2024-08-29 by GitLab:
- lib/sidekiq/redis_client_adapter.rb
- lib/sidekiq/api.rb
- lib/sidekiq/cli.rb
- lib/sidekiq/paginator.rb
- lib/sidekiq/scheduled.rb
- sidekiq.gemspec
- test/web_test.rb
......@@ -41,6 +41,7 @@ bundle install
echo "Update complete! You can now:"
echo ""
echo "1. Inspect the differences via 'git diff'".
echo "2. Run tests locally by running 'redis-server' and 'bundle exec rake test'."
echo "3. Update NOTICE.txt to refelct the current date."
echo "1. Inspect 'git status' to see if any files have been added. Be sure to commit them."
echo "2. Inspect the changes via 'git diff'".
echo "3. Run tests locally by running 'redis-server' and 'bundle exec rake test'."
echo "4. Update NOTICE.txt to reflect the current date."
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
想要评论请 注册