mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix Pro banner display by booting gems
This commit is contained in:
parent
943321ab49
commit
f53427214f
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
3.1.1
|
||||
-----------
|
||||
|
||||
- Sidekiq::CLI now runs `Bundler.require(:default, environment)` to boot all gems
|
||||
before loading any app code.
|
||||
|
||||
|
||||
3.1.0
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.1.0"
|
||||
VERSION = "3.1.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue