mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
(dependency) Updated sidekiq-scheduler to v4.0.0
This commit is contained in:
parent
58f823518f
commit
dba636b6e6
@ -10,6 +10,7 @@
|
|||||||
- Updated eslint to v8 and eslint related packages to their latest versions
|
- Updated eslint to v8 and eslint related packages to their latest versions
|
||||||
- Updated typescript to v4.6.3
|
- Updated typescript to v4.6.3
|
||||||
- Updated react-select to v5.2.2
|
- Updated react-select to v5.2.2
|
||||||
|
- Updated sidekiq-scheduler to v4.0.0
|
||||||
- Webpack overlay will now report eslint issues
|
- Webpack overlay will now report eslint issues
|
||||||
- Linted all code according to eslint rules
|
- Linted all code according to eslint rules
|
||||||
- Fix a bug: Refused to connect to 'wss://localhost:3035/ws' when using a https tunnel in development mode
|
- Fix a bug: Refused to connect to 'wss://localhost:3035/ws' when using a https tunnel in development mode
|
||||||
|
17
Gemfile.lock
17
Gemfile.lock
@ -121,7 +121,6 @@ GEM
|
|||||||
dotenv-rails (2.7.5)
|
dotenv-rails (2.7.5)
|
||||||
dotenv (= 2.7.5)
|
dotenv (= 2.7.5)
|
||||||
railties (>= 3.2, < 6.1)
|
railties (>= 3.2, < 6.1)
|
||||||
e2mmap (0.1.0)
|
|
||||||
elasticsearch (5.0.5)
|
elasticsearch (5.0.5)
|
||||||
elasticsearch-api (= 5.0.5)
|
elasticsearch-api (= 5.0.5)
|
||||||
elasticsearch-transport (= 5.0.5)
|
elasticsearch-transport (= 5.0.5)
|
||||||
@ -155,8 +154,8 @@ GEM
|
|||||||
forgery (0.7.0)
|
forgery (0.7.0)
|
||||||
friendly_id (5.1.0)
|
friendly_id (5.1.0)
|
||||||
activerecord (>= 4.0.0)
|
activerecord (>= 4.0.0)
|
||||||
fugit (1.5.2)
|
fugit (1.5.3)
|
||||||
et-orbi (~> 1.1, >= 1.1.8)
|
et-orbi (~> 1, >= 1.2.7)
|
||||||
raabro (~> 1.4)
|
raabro (~> 1.4)
|
||||||
globalid (1.0.0)
|
globalid (1.0.0)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
@ -390,16 +389,14 @@ GEM
|
|||||||
rack-proxy (>= 0.6.1)
|
rack-proxy (>= 0.6.1)
|
||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
semantic_range (>= 2.3.0)
|
semantic_range (>= 2.3.0)
|
||||||
sidekiq (6.4.1)
|
sidekiq (6.4.2)
|
||||||
connection_pool (>= 2.2.2)
|
connection_pool (>= 2.2.2)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
redis (>= 4.2.0)
|
redis (>= 4.2.0)
|
||||||
sidekiq-scheduler (3.1.1)
|
sidekiq-scheduler (4.0.0)
|
||||||
e2mmap
|
redis (>= 4.2.0)
|
||||||
redis (>= 3, < 5)
|
|
||||||
rufus-scheduler (~> 3.2)
|
rufus-scheduler (~> 3.2)
|
||||||
sidekiq (>= 3)
|
sidekiq (>= 4)
|
||||||
thwait
|
|
||||||
tilt (>= 1.4.0)
|
tilt (>= 1.4.0)
|
||||||
sidekiq-unique-jobs (7.1.15)
|
sidekiq-unique-jobs (7.1.15)
|
||||||
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
|
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
|
||||||
@ -435,8 +432,6 @@ GEM
|
|||||||
tins (~> 1.0)
|
tins (~> 1.0)
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
thwait (0.2.0)
|
|
||||||
e2mmap
|
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
tins (1.25.0)
|
tins (1.25.0)
|
||||||
sync
|
sync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user