1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2022-09-26 11:11:47 -07:00
parent 9a98b7ea86
commit f50e9d3f41
No known key found for this signature in database

View file

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