From ba50e820365eb9e641a18b6ce29260ceb1d6c3fc Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 14 May 2024 14:55:32 +1000 Subject: [PATCH] Bump cable_ready and stimulus_reflex gems I ran stimulus_reflex:install. It skipped over most things, but did add gem redis-session-store without explanation. It's mentioned in the [documentation](https://docs.stimulusreflex.com/hello-world/setup.html#session-storage), but I don't think it's relevant to us so I removed it again. --- Gemfile | 4 ++-- Gemfile.lock | 13 +++++++++---- package.json | 5 +++-- yarn.lock | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 297c4ff017..8d9dd18699 100644 --- a/Gemfile +++ b/Gemfile @@ -103,8 +103,8 @@ gem 'redis' gem 'sidekiq' gem 'sidekiq-scheduler' -gem "cable_ready", "5.0.1" -gem "stimulus_reflex", "3.5.0.rc4" +gem "cable_ready" +gem "stimulus_reflex" gem 'combine_pdf' gem 'wicked_pdf' diff --git a/Gemfile.lock b/Gemfile.lock index d1c53e4d98..1e3f8c9c8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,10 +193,11 @@ GEM bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - cable_ready (5.0.1) + cable_ready (5.0.4) actionpack (>= 5.2) actionview (>= 5.2) activesupport (>= 5.2) + observer (~> 0.1) railties (>= 5.2) thread-local (>= 1.1.0) cancancan (1.15.0) @@ -449,12 +450,15 @@ GEM nokogiri (1.16.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri-html5-inference (0.3.0) + nokogiri (~> 1.14) oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) + observer (0.1.2) omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) @@ -748,13 +752,14 @@ GEM state_machines-activerecord (0.9.0) activerecord (>= 6.0) state_machines-activemodel (>= 0.9.0) - stimulus_reflex (3.5.0.rc4) + stimulus_reflex (3.5.0) actioncable (>= 5.2, < 8) actionpack (>= 5.2, < 8) actionview (>= 5.2, < 8) activesupport (>= 5.2, < 8) cable_ready (~> 5.0) nokogiri (~> 1.0) + nokogiri-html5-inference (~> 0.3) rack (>= 2, < 4) railties (>= 5.2, < 8) redis (>= 4.0, < 6.0) @@ -855,7 +860,7 @@ DEPENDENCIES bootsnap bugsnag bullet - cable_ready (= 5.0.1) + cable_ready cancancan (~> 1.15.0) capybara catalog! @@ -957,7 +962,7 @@ DEPENDENCIES spring-commands-rspec spring-commands-rubocop state_machines-activerecord - stimulus_reflex (= 3.5.0.rc4) + stimulus_reflex stimulus_reflex_testing! stringex (~> 2.8.5) stripe diff --git a/package.json b/package.json index 6fe08c670a..2b41eaa523 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "stimulus_reflex": "3.5.0", "tom-select": "^2.3.1", "trix": "^2.1.1", - "webpack": "~4" + "webpack": "~4", + "@hotwired/stimulus": "^3.2" }, "devDependencies": { "jasmine-core": "~5.1.2", @@ -43,4 +44,4 @@ "pretty-quick": "4.0.0", "webpack-dev-server": "~3" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index b4b3fdff50..72dff437b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1117,7 +1117,7 @@ resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz#4cd74487adeca576c9865ac2b9fe5cb20cef16dd" integrity sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ== -"@hotwired/stimulus@^3", "@hotwired/stimulus@^3.2.2": +"@hotwired/stimulus@^3", "@hotwired/stimulus@^3.2", "@hotwired/stimulus@^3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.2.tgz#071aab59c600fed95b97939e605ff261a4251608" integrity sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==