mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
oops
This commit is contained in:
parent
9a98b7ea86
commit
f50e9d3f41
1 changed files with 23 additions and 23 deletions
|
@ -26,27 +26,27 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency "connection_pool", ">= 2.3.0"
|
||||
gem.add_dependency "rack", ">= 2.2.4"
|
||||
gem.add_dependency "concurrent-ruby", "< 2"
|
||||
gem.post_install_message = <<-EOM
|
||||
|
||||
####################################################
|
||||
|
||||
|
||||
█████████ █████ ██████████ ██████████ █████ ████ █████ ██████ ██████████ █████
|
||||
███░░░░░███░░███ ░░███░░░░███ ░░███░░░░░█░░███ ███░ ░░███ ███░░░░███ ░███░░░░███ ███░░░███
|
||||
░███ ░░░ ░███ ░███ ░░███ ░███ █ ░ ░███ ███ ░███ ███ ░░███ ░░░ ███ ███ ░░███
|
||||
░░█████████ ░███ ░███ ░███ ░██████ ░███████ ░███ ░███ ░███ ███ ░███ ░███
|
||||
░░░░░░░░███ ░███ ░███ ░███ ░███░░█ ░███░░███ ░███ ░███ ██░███ ███ ░███ ░███
|
||||
███ ░███ ░███ ░███ ███ ░███ ░ █ ░███ ░░███ ░███ ░░███ ░░████ ███ ░░███ ███
|
||||
░░█████████ █████ ██████████ ██████████ █████ ░░████ █████ ░░░██████░██ ███ ██ ░░░█████░
|
||||
░░░░░░░░░ ░░░░░ ░░░░░░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░ ░░░░░ ░░░░░░ ░░ ░░░ ░░ ░░░░░░
|
||||
|
||||
|
||||
WARNING: This is a beta release, expect breakage!
|
||||
|
||||
1. Use `gem 'sidekiq', '<7'` in your Gemfile if you don't want to be a beta tester.
|
||||
2. Read the release notes at https://github.com/mperham/sidekiq/blob/7-0/docs/7.0-Upgrade.md
|
||||
3. Search for open/closed issues at https://github.com/mperham/sidekiq/issues/
|
||||
|
||||
####################################################
|
||||
EOM
|
||||
gem.post_install_message = <<~EOM
|
||||
|
||||
####################################################
|
||||
|
||||
|
||||
█████████ █████ ██████████ ██████████ █████ ████ █████ ██████ ██████████ █████
|
||||
███░░░░░███░░███ ░░███░░░░███ ░░███░░░░░█░░███ ███░ ░░███ ███░░░░███ ░███░░░░███ ███░░░███
|
||||
░███ ░░░ ░███ ░███ ░░███ ░███ █ ░ ░███ ███ ░███ ███ ░░███ ░░░ ███ ███ ░░███
|
||||
░░█████████ ░███ ░███ ░███ ░██████ ░███████ ░███ ░███ ░███ ███ ░███ ░███
|
||||
░░░░░░░░███ ░███ ░███ ░███ ░███░░█ ░███░░███ ░███ ░███ ██░███ ███ ░███ ░███
|
||||
███ ░███ ░███ ░███ ███ ░███ ░ █ ░███ ░░███ ░███ ░░███ ░░████ ███ ░░███ ███
|
||||
░░█████████ █████ ██████████ ██████████ █████ ░░████ █████ ░░░██████░██ ███ ██ ░░░█████░
|
||||
░░░░░░░░░ ░░░░░ ░░░░░░░░░░ ░░░░░░░░░░ ░░░░░ ░░░░ ░░░░░ ░░░░░░ ░░ ░░░ ░░ ░░░░░░
|
||||
|
||||
|
||||
WARNING: This is a beta release, expect breakage!
|
||||
|
||||
1. Use `gem 'sidekiq', '<7'` in your Gemfile if you don't want to be a beta tester.
|
||||
2. Read the release notes at https://github.com/mperham/sidekiq/blob/7-0/docs/7.0-Upgrade.md
|
||||
3. Search for open/closed issues at https://github.com/mperham/sidekiq/issues/
|
||||
|
||||
####################################################
|
||||
EOM
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue