mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
Bump cable_ready gem to 5.0.2
In order to match installed js package version. For some reason, it still reports js package as 5.0.1..
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -103,7 +103,7 @@ gem 'redis'
|
||||
gem 'sidekiq'
|
||||
gem 'sidekiq-scheduler'
|
||||
|
||||
gem "cable_ready", "5.0.1"
|
||||
gem "cable_ready", "5.0.2"
|
||||
gem "stimulus_reflex", "3.5.0.rc4"
|
||||
|
||||
gem 'combine_pdf'
|
||||
|
||||
@@ -193,7 +193,7 @@ GEM
|
||||
bullet (7.1.6)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (~> 1.11)
|
||||
cable_ready (5.0.1)
|
||||
cable_ready (5.0.2)
|
||||
actionpack (>= 5.2)
|
||||
actionview (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
@@ -855,7 +855,7 @@ DEPENDENCIES
|
||||
bootsnap
|
||||
bugsnag
|
||||
bullet
|
||||
cable_ready (= 5.0.1)
|
||||
cable_ready (= 5.0.2)
|
||||
cancancan (~> 1.15.0)
|
||||
capybara
|
||||
catalog!
|
||||
|
||||
Reference in New Issue
Block a user