From 1f75cc9df4c7849e286a53bb4c5e966facde3c28 Mon Sep 17 00:00:00 2001 From: ihabadham Date: Fri, 19 Sep 2025 21:17:25 +0300 Subject: [PATCH 1/5] set remote branch --- Gemfile.development_dependencies | 4 +- spec/dummy/Gemfile.lock | 227 ++++++++++++++++--------------- spec/dummy/package.json | 4 +- spec/dummy/yarn.lock | 15 +- 4 files changed, 132 insertions(+), 118 deletions(-) diff --git a/Gemfile.development_dependencies b/Gemfile.development_dependencies index 95aa24274..8bd216faa 100644 --- a/Gemfile.development_dependencies +++ b/Gemfile.development_dependencies @@ -5,13 +5,13 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.3.7' -gem "react_on_rails", "15.0.0" # keep in sync with package.json files +gem "react_on_rails", github: "shakacode/react_on_rails", branch: "abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence" # For local development # Add the following line to the Gemfile.local file # gem "react_on_rails", path: "../react_on_rails" -gem "shakapacker", "8.0.0" +gem "shakapacker", "8.4.0" gem "bootsnap", require: false gem "rails", "~> 7.1" gem "puma", "~> 6" diff --git a/spec/dummy/Gemfile.lock b/spec/dummy/Gemfile.lock index 1198ddc2e..e73ad241c 100644 --- a/spec/dummy/Gemfile.lock +++ b/spec/dummy/Gemfile.lock @@ -6,6 +6,19 @@ GIT byebug (~> 11.0) pry (>= 0.13, < 0.15) +GIT + remote: https://github.com/shakacode/react_on_rails.git + revision: 46b4226618394073f2e7368fc9ddf687e93d69ea + branch: abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence + specs: + react_on_rails (16.0.0) + addressable + connection_pool + execjs (~> 2.5) + rails (>= 5.2) + rainbow (~> 3.0) + shakapacker (>= 6.0) + PATH remote: ../.. specs: @@ -20,84 +33,90 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.2.2.1) - actionpack (= 7.2.2.1) - activesupport (= 7.2.2.1) + actioncable (7.1.5.2) + actionpack (= 7.1.5.2) + activesupport (= 7.1.5.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.2.1) - actionpack (= 7.2.2.1) - activejob (= 7.2.2.1) - activerecord (= 7.2.2.1) - activestorage (= 7.2.2.1) - activesupport (= 7.2.2.1) - mail (>= 2.8.0) - actionmailer (7.2.2.1) - actionpack (= 7.2.2.1) - actionview (= 7.2.2.1) - activejob (= 7.2.2.1) - activesupport (= 7.2.2.1) - mail (>= 2.8.0) + actionmailbox (7.1.5.2) + actionpack (= 7.1.5.2) + activejob (= 7.1.5.2) + activerecord (= 7.1.5.2) + activestorage (= 7.1.5.2) + activesupport (= 7.1.5.2) + mail (>= 2.7.1) + net-imap + net-pop + net-smtp + actionmailer (7.1.5.2) + actionpack (= 7.1.5.2) + actionview (= 7.1.5.2) + activejob (= 7.1.5.2) + activesupport (= 7.1.5.2) + mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp rails-dom-testing (~> 2.2) - actionpack (7.2.2.1) - actionview (= 7.2.2.1) - activesupport (= 7.2.2.1) + actionpack (7.1.5.2) + actionview (= 7.1.5.2) + activesupport (= 7.1.5.2) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actiontext (7.2.2.1) - actionpack (= 7.2.2.1) - activerecord (= 7.2.2.1) - activestorage (= 7.2.2.1) - activesupport (= 7.2.2.1) + actiontext (7.1.5.2) + actionpack (= 7.1.5.2) + activerecord (= 7.1.5.2) + activestorage (= 7.1.5.2) + activesupport (= 7.1.5.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.2.1) - activesupport (= 7.2.2.1) + actionview (7.1.5.2) + activesupport (= 7.1.5.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.2.1) - activesupport (= 7.2.2.1) + activejob (7.1.5.2) + activesupport (= 7.1.5.2) globalid (>= 0.3.6) - activemodel (7.2.2.1) - activesupport (= 7.2.2.1) - activerecord (7.2.2.1) - activemodel (= 7.2.2.1) - activesupport (= 7.2.2.1) + activemodel (7.1.5.2) + activesupport (= 7.1.5.2) + activerecord (7.1.5.2) + activemodel (= 7.1.5.2) + activesupport (= 7.1.5.2) timeout (>= 0.4.0) - activestorage (7.2.2.1) - actionpack (= 7.2.2.1) - activejob (= 7.2.2.1) - activerecord (= 7.2.2.1) - activesupport (= 7.2.2.1) + activestorage (7.1.5.2) + actionpack (= 7.1.5.2) + activejob (= 7.1.5.2) + activerecord (= 7.1.5.2) + activesupport (= 7.1.5.2) marcel (~> 1.0) - activesupport (7.2.2.1) + activesupport (7.1.5.2) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) + mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) + tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) amazing_print (1.6.0) ast (2.4.2) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) @@ -118,7 +137,7 @@ GEM childprocess (5.0.0) coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.4) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -134,11 +153,12 @@ GEM date (3.4.1) diff-lcs (1.5.1) docile (1.4.0) - drb (2.2.1) + drb (2.2.3) equivalent-xml (0.6.0) nokogiri (>= 1.4.3) + erb (5.0.2) erubi (1.13.1) - execjs (2.9.1) + execjs (2.10.0) fakefs (2.8.0) faker (3.4.1) i18n (>= 1.8.11, < 2) @@ -171,8 +191,8 @@ GEM http-2 (>= 1.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) - irb (1.15.1) + io-console (0.8.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -190,8 +210,8 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) - loofah (2.24.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -199,18 +219,19 @@ GEM net-imap net-pop net-smtp - marcel (1.0.4) + marcel (1.1.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) - minitest (5.25.4) + mini_portile2 (2.8.9) + minitest (5.25.5) mize (0.4.1) protocol (~> 2.0) msgpack (1.7.2) + mutex_m (0.3.0) net-http (0.4.1) uri - net-imap (0.5.8) + net-imap (0.5.10) date net-protocol net-pop (0.1.2) @@ -220,24 +241,24 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.8) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.8-aarch64-linux-gnu) + nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-aarch64-linux-musl) + nokogiri (1.18.10-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.8-arm-linux-gnu) + nokogiri (1.18.10-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-arm-linux-musl) + nokogiri (1.18.10-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-musl) + nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) package_json (0.1.0) parallel (1.25.1) @@ -262,71 +283,66 @@ GEM pry (>= 0.13.0) pry-theme (1.3.1) coderay (~> 1.1) - psych (5.2.3) + psych (5.2.6) date stringio - public_suffix (6.0.0) + public_suffix (6.0.2) puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.12) + rack (3.2.1) rack-proxy (0.7.7) rack - rack-session (2.1.0) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (7.2.2.1) - actioncable (= 7.2.2.1) - actionmailbox (= 7.2.2.1) - actionmailer (= 7.2.2.1) - actionpack (= 7.2.2.1) - actiontext (= 7.2.2.1) - actionview (= 7.2.2.1) - activejob (= 7.2.2.1) - activemodel (= 7.2.2.1) - activerecord (= 7.2.2.1) - activestorage (= 7.2.2.1) - activesupport (= 7.2.2.1) + rails (7.1.5.2) + actioncable (= 7.1.5.2) + actionmailbox (= 7.1.5.2) + actionmailer (= 7.1.5.2) + actionpack (= 7.1.5.2) + actiontext (= 7.1.5.2) + actionview (= 7.1.5.2) + activejob (= 7.1.5.2) + activemodel (= 7.1.5.2) + activerecord (= 7.1.5.2) + activestorage (= 7.1.5.2) + activesupport (= 7.1.5.2) bundler (>= 1.15.0) - railties (= 7.2.2.1) - rails-dom-testing (2.2.0) + railties (= 7.1.5.2) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.2.2.1) - actionpack (= 7.2.2.1) - activesupport (= 7.2.2.1) - irb (~> 1.13) + railties (7.1.5.2) + actionpack (= 7.1.5.2) + activesupport (= 7.1.5.2) + irb rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.12.0) + rdoc (6.14.2) + erb psych (>= 4.0.0) - react_on_rails (15.0.0) - addressable - connection_pool - execjs (~> 2.5) - rails (>= 5.2) - rainbow (~> 3.0) redis (5.4.0) redis-client (>= 0.22.0) redis-client (0.24.0) connection_pool regexp_parser (2.9.2) - reline (0.6.0) + reline (0.6.2) io-console (~> 0.5) rexml (3.3.9) rspec-core (3.13.0) @@ -394,9 +410,9 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - semantic_range (3.0.0) + semantic_range (3.1.0) sexp_processor (4.17.1) - shakapacker (8.0.0) + shakapacker (8.4.0) activesupport (>= 5.2) package_json rack-proxy (>= 0.6.1) @@ -426,12 +442,12 @@ GEM sqlite3 (1.7.3-x86-linux) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - stringio (3.1.2) + stringio (3.1.7) sync (0.5.0) term-ansicolor (1.10.2) mize tins (~> 1.0) - thor (1.3.2) + thor (1.4.0) tilt (2.4.0) timeout (0.4.3) tins (1.33.0) @@ -446,7 +462,6 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) uri (1.0.3) - useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -461,14 +476,14 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) websocket (1.2.10) - websocket-driver (0.7.7) + websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.7.1) + zeitwerk (2.7.3) PLATFORMS aarch64-linux @@ -516,7 +531,7 @@ DEPENDENCIES pry-theme puma (~> 6) rails (~> 7.1) - react_on_rails (= 15.0.0) + react_on_rails! react_on_rails_pro! redis rspec-rails @@ -528,7 +543,7 @@ DEPENDENCIES sass-rails scss_lint selenium-webdriver (= 4.9.0) - shakapacker (= 8.0.0) + shakapacker (= 8.4.0) spring spring-watcher-listen sprockets diff --git a/spec/dummy/package.json b/spec/dummy/package.json index 8f3f0c5f9..261f5bd25 100644 --- a/spec/dummy/package.json +++ b/spec/dummy/package.json @@ -51,7 +51,7 @@ "react-dom": "19.0.0", "react-error-boundary": "^4.1.2", "react-helmet": "^6.0.0-beta.2", - "react-on-rails": "15.0.0", + "react-on-rails": "git+https://github.com/shakacode/react_on_rails.git#abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence", "react-on-rails-rsc": "^19.0.2", "react-proptypes": "^1.0.0", "react-redux": "^9.2.0", @@ -63,7 +63,7 @@ "sass": "^1.43.4", "sass-loader": "^12.3.0", "sass-resources-loader": "^2.0.0", - "shakapacker": "8.0.0", + "shakapacker": "8.4.0", "style-loader": "^3.3.1", "tailwindcss": "^3.2.7", "terser-webpack-plugin": "5", diff --git a/spec/dummy/yarn.lock b/spec/dummy/yarn.lock index 898bc7580..2b90a1250 100644 --- a/spec/dummy/yarn.lock +++ b/spec/dummy/yarn.lock @@ -5353,10 +5353,9 @@ react-on-rails-rsc@^19.0.2: neo-async "^2.6.1" webpack-sources "^3.2.0" -react-on-rails@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-15.0.0.tgz#8edc78670129394cd92293842ae88c62d4cb030b" - integrity sha512-Uht8HWm8ZVN8OeDz03b3YLtprzHXhFTw7hb0jl8IpOjbig91DBuurBVxr4tfuymuemGwdjhQpscho33Cnw9Atg== +"react-on-rails@git+https://github.com/shakacode/react_on_rails.git#abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence": + version "16.0.0" + resolved "git+https://github.com/shakacode/react_on_rails.git#46b4226618394073f2e7368fc9ddf687e93d69ea" react-proptypes@^1.0.0: version "1.0.0" @@ -5859,10 +5858,10 @@ sha.js@^2.4.0, sha.js@^2.4.8: inherits "^2.0.1" safe-buffer "^5.0.1" -shakapacker@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.0.tgz#f29537c19078af7318758c92e7a1bca4cee96bdd" - integrity sha512-HCdpITzIKXzGEyUWQhKzPbpwwOsgTamaPH+0kXdhM59VQxZ3NWnT5cL3DlJdAT3sGsWCJskEl3eMkQlnh9DjhA== +shakapacker@8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.4.0.tgz#be37a2adba5a090f581811b8c0c1a00f2e227580" + integrity sha512-ZfuxfHxy5tdjv7tCdRZHJKJQLDFwvFXOVBVUj150zgNuRKUlOAyXzOBp9/G5hUhu4MLzuPAif/fuKOdjnZeVtw== dependencies: js-yaml "^4.1.0" path-complete-extname "^1.0.0" From 7bdf0339a4c59a7782cfd595f6a6130a721b5e53 Mon Sep 17 00:00:00 2001 From: ihabadham Date: Fri, 19 Sep 2025 21:22:44 +0300 Subject: [PATCH 2/5] force load -> immediate hydration --- spec/dummy/spec/helpers/react_on_rails_pro_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/dummy/spec/helpers/react_on_rails_pro_helper_spec.rb b/spec/dummy/spec/helpers/react_on_rails_pro_helper_spec.rb index 18a4c344c..1caad9f14 100644 --- a/spec/dummy/spec/helpers/react_on_rails_pro_helper_spec.rb +++ b/spec/dummy/spec/helpers/react_on_rails_pro_helper_spec.rb @@ -312,7 +312,7 @@ def response; end data-component-name="TestingStreamableComponent" data-trace="true" data-dom-id="TestingStreamableComponent-react-component-0" - data-force-load="true" + data-immediate-hydration="true" >{"helloWorldData":{"name":"Mr. Server Side Rendering"}} SCRIPT end From 374411b04229c13a0eb6bba6a278abde7f346461 Mon Sep 17 00:00:00 2001 From: ihabadham Date: Fri, 19 Sep 2025 21:29:51 +0300 Subject: [PATCH 3/5] fix ci: old gemfile lock --- spec/dummy/Gemfile.lock | 293 +++++++++++++++++++--------------------- 1 file changed, 138 insertions(+), 155 deletions(-) diff --git a/spec/dummy/Gemfile.lock b/spec/dummy/Gemfile.lock index e73ad241c..44d517d88 100644 --- a/spec/dummy/Gemfile.lock +++ b/spec/dummy/Gemfile.lock @@ -33,92 +33,86 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.1.5.2) - actionpack (= 7.1.5.2) - activesupport (= 7.1.5.2) + actioncable (7.2.2.2) + actionpack (= 7.2.2.2) + activesupport (= 7.2.2.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.5.2) - actionpack (= 7.1.5.2) - activejob (= 7.1.5.2) - activerecord (= 7.1.5.2) - activestorage (= 7.1.5.2) - activesupport (= 7.1.5.2) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.5.2) - actionpack (= 7.1.5.2) - actionview (= 7.1.5.2) - activejob (= 7.1.5.2) - activesupport (= 7.1.5.2) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.2.2) + actionpack (= 7.2.2.2) + activejob (= 7.2.2.2) + activerecord (= 7.2.2.2) + activestorage (= 7.2.2.2) + activesupport (= 7.2.2.2) + mail (>= 2.8.0) + actionmailer (7.2.2.2) + actionpack (= 7.2.2.2) + actionview (= 7.2.2.2) + activejob (= 7.2.2.2) + activesupport (= 7.2.2.2) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.5.2) - actionview (= 7.1.5.2) - activesupport (= 7.1.5.2) + actionpack (7.2.2.2) + actionview (= 7.2.2.2) + activesupport (= 7.2.2.2) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.5.2) - actionpack (= 7.1.5.2) - activerecord (= 7.1.5.2) - activestorage (= 7.1.5.2) - activesupport (= 7.1.5.2) + useragent (~> 0.16) + actiontext (7.2.2.2) + actionpack (= 7.2.2.2) + activerecord (= 7.2.2.2) + activestorage (= 7.2.2.2) + activesupport (= 7.2.2.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.5.2) - activesupport (= 7.1.5.2) + actionview (7.2.2.2) + activesupport (= 7.2.2.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.5.2) - activesupport (= 7.1.5.2) + activejob (7.2.2.2) + activesupport (= 7.2.2.2) globalid (>= 0.3.6) - activemodel (7.1.5.2) - activesupport (= 7.1.5.2) - activerecord (7.1.5.2) - activemodel (= 7.1.5.2) - activesupport (= 7.1.5.2) + activemodel (7.2.2.2) + activesupport (= 7.2.2.2) + activerecord (7.2.2.2) + activemodel (= 7.2.2.2) + activesupport (= 7.2.2.2) timeout (>= 0.4.0) - activestorage (7.1.5.2) - actionpack (= 7.1.5.2) - activejob (= 7.1.5.2) - activerecord (= 7.1.5.2) - activesupport (= 7.1.5.2) + activestorage (7.2.2.2) + actionpack (= 7.2.2.2) + activejob (= 7.2.2.2) + activerecord (= 7.2.2.2) + activesupport (= 7.2.2.2) marcel (~> 1.0) - activesupport (7.1.5.2) + activesupport (7.2.2.2) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) - mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - amazing_print (1.6.0) - ast (2.4.2) + amazing_print (1.8.1) + ast (2.4.3) base64 (0.3.0) benchmark (0.4.1) bigdecimal (3.2.3) bindex (0.8.1) - bootsnap (1.18.3) + bootsnap (1.18.6) msgpack (~> 1.2) builder (3.3.0) byebug (11.1.3) @@ -134,7 +128,8 @@ GEM capybara-screenshot (1.0.26) capybara (>= 1.0, < 4) launchy - childprocess (5.0.0) + childprocess (5.1.0) + logger (~> 1.5) coderay (1.1.3) concurrent-ruby (1.3.5) connection_pool (2.5.4) @@ -151,43 +146,40 @@ GEM csso-rails (1.0.0) execjs (>= 1) date (3.4.1) - diff-lcs (1.5.1) - docile (1.4.0) + diff-lcs (1.6.2) + docile (1.4.1) drb (2.2.3) equivalent-xml (0.6.0) nokogiri (>= 1.4.3) erb (5.0.2) erubi (1.13.1) execjs (2.10.0) - fakefs (2.8.0) - faker (3.4.1) + fakefs (3.0.3) + faker (3.5.2) i18n (>= 1.8.11, < 2) - ffi (1.17.0) - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-aarch64-linux-musl) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm-linux-musl) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86-linux-gnu) - ffi (1.17.0-x86-linux-musl) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - ffi (1.17.0-x86_64-linux-musl) - fiber-storage (1.0.0) + ffi (1.17.2-aarch64-linux-gnu) + ffi (1.17.2-aarch64-linux-musl) + ffi (1.17.2-arm-linux-gnu) + ffi (1.17.2-arm-linux-musl) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) + ffi (1.17.2-x86_64-linux-musl) + fiber-storage (1.0.1) generator_spec (0.10.0) activesupport (>= 3.0.0) railties (>= 3.0.0) globalid (1.2.1) activesupport (>= 6.1) - graphiql-rails (1.10.0) + graphiql-rails (1.10.5) railties - graphql (2.5.2) + graphql (2.5.12) base64 fiber-storage logger - hashdiff (1.1.0) - http-2 (1.0.2) - httpx (1.5.1) + hashdiff (1.2.1) + http-2 (1.1.1) + httpx (1.6.0) http-2 (>= 1.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -196,17 +188,18 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.12.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) + jbuilder (2.14.1) + actionview (>= 7.0.0) + activesupport (>= 7.0.0) jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.7.2) - launchy (3.0.1) + json (2.14.1) + launchy (3.1.1) addressable (~> 2.8) childprocess (~> 5.0) + logger (~> 1.6) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -220,16 +213,13 @@ GEM net-pop net-smtp marcel (1.1.0) - matrix (0.4.2) + matrix (0.4.3) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.9) minitest (5.25.5) - mize (0.4.1) - protocol (~> 2.0) - msgpack (1.7.2) - mutex_m (0.3.0) - net-http (0.4.1) + mize (0.6.1) + msgpack (1.8.0) + net-http (0.6.0) uri net-imap (0.5.10) date @@ -241,9 +231,6 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.10) - mini_portile2 (~> 2.8.2) - racc (~> 1.4) nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.18.10-aarch64-linux-musl) @@ -261,22 +248,27 @@ GEM nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) package_json (0.1.0) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.6.2) + pg (1.6.2-aarch64-linux) + pg (1.6.2-aarch64-linux-musl) + pg (1.6.2-arm64-darwin) + pg (1.6.2-x86_64-darwin) + pg (1.6.2-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) pp (0.6.2) prettyprint prettyprint (0.2.0) + prism (1.5.1) prism-rails (1.5.0) railties - protocol (2.0.0) - ruby_parser (~> 3.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - pry-doc (1.5.0) + pry-doc (1.6.0) pry (~> 0.11) yard (~> 0.9.11) pry-rails (0.3.11) @@ -287,10 +279,10 @@ GEM date stringio public_suffix (6.0.2) - puma (6.5.0) + puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.1) + rack (3.1.16) rack-proxy (0.7.7) rack rack-session (2.1.1) @@ -300,20 +292,20 @@ GEM rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (7.1.5.2) - actioncable (= 7.1.5.2) - actionmailbox (= 7.1.5.2) - actionmailer (= 7.1.5.2) - actionpack (= 7.1.5.2) - actiontext (= 7.1.5.2) - actionview (= 7.1.5.2) - activejob (= 7.1.5.2) - activemodel (= 7.1.5.2) - activerecord (= 7.1.5.2) - activestorage (= 7.1.5.2) - activesupport (= 7.1.5.2) + rails (7.2.2.2) + actioncable (= 7.2.2.2) + actionmailbox (= 7.2.2.2) + actionmailer (= 7.2.2.2) + actionpack (= 7.2.2.2) + actiontext (= 7.2.2.2) + actionview (= 7.2.2.2) + activejob (= 7.2.2.2) + activemodel (= 7.2.2.2) + activerecord (= 7.2.2.2) + activestorage (= 7.2.2.2) + activesupport (= 7.2.2.2) bundler (>= 1.15.0) - railties (= 7.1.5.2) + railties (= 7.2.2.2) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -321,10 +313,10 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.1.5.2) - actionpack (= 7.1.5.2) - activesupport (= 7.1.5.2) - irb + railties (7.2.2.2) + actionpack (= 7.2.2.2) + activesupport (= 7.2.2.2) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -337,33 +329,33 @@ GEM rdoc (6.14.2) erb psych (>= 4.0.0) - redis (5.4.0) + redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.24.0) + redis-client (0.25.3) connection_pool - regexp_parser (2.9.2) + regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) - rexml (3.3.9) - rspec-core (3.13.0) + rexml (3.4.4) + rspec-core (3.13.5) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (8.0.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.13.1) + rspec-support (3.13.6) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.36.0) @@ -376,18 +368,16 @@ GEM rubocop-ast (>= 1.20.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.31.3) - parser (>= 3.3.1.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-performance (1.15.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rspec (2.13.2) rubocop (~> 1.33) ruby-progressbar (1.13.0) - ruby_parser (3.21.0) - racc (~> 1.5) - sexp_processor (~> 4.16) - rubyzip (2.3.2) + rubyzip (2.4.1) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -411,7 +401,6 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) semantic_range (3.1.0) - sexp_processor (4.17.1) shakapacker (8.4.0) activesupport (>= 5.2) package_json @@ -423,45 +412,44 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - spring (4.2.1) + spring (4.4.0) spring-watcher-listen (2.1.0) listen (>= 2.7, < 4.0) spring (>= 4) - sprockets (4.2.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3) - mini_portile2 (~> 2.8.0) sqlite3 (1.7.3-aarch64-linux) sqlite3 (1.7.3-arm-linux) sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) stringio (3.1.7) sync (0.5.0) - term-ansicolor (1.10.2) - mize - tins (~> 1.0) + term-ansicolor (1.11.3) + tins (~> 1) thor (1.4.0) - tilt (2.4.0) + tilt (2.6.1) timeout (0.4.3) - tins (1.33.0) + tins (1.44.1) bigdecimal + mize (~> 0.6) sync turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uglifier (4.2.0) + uglifier (4.2.1) execjs (>= 0.3.0, < 3) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (1.0.3) + useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -471,18 +459,18 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (~> 4.0, < 4.11) - webmock (3.23.1) + webmock (3.25.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - websocket (1.2.10) + websocket (1.2.11) websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.36) + yard (0.9.37) zeitwerk (2.7.3) PLATFORMS @@ -493,12 +481,7 @@ PLATFORMS arm-linux-gnu arm-linux-musl arm64-darwin - ruby - x86-linux - x86-linux-gnu - x86-linux-musl x86_64-darwin - x86_64-linux x86_64-linux-gnu x86_64-linux-musl @@ -558,4 +541,4 @@ RUBY VERSION ruby 3.3.7p123 BUNDLED WITH - 2.5.4 + 2.5.22 From 531bf64d8c25330810fd86dfe00ea2fb466aeadf Mon Sep 17 00:00:00 2001 From: ihabadham Date: Fri, 19 Sep 2025 22:14:44 +0300 Subject: [PATCH 4/5] upgrade to ror 16 in gemspec --- Gemfile.lock | 215 ++++++++++++++++++++----------------- react_on_rails_pro.gemspec | 2 +- spec/dummy/Gemfile.lock | 5 +- spec/dummy/yarn.lock | 2 +- 4 files changed, 120 insertions(+), 104 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4af990571..5700dfe88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,19 @@ GIT byebug (~> 11.0) pry (>= 0.13, < 0.15) +GIT + remote: https://github.com/shakacode/react_on_rails.git + revision: 6256ff160f90cde189c641a0061751e3537140ae + branch: abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence + specs: + react_on_rails (16.0.0) + addressable + connection_pool + execjs (~> 2.5) + rails (>= 5.2) + rainbow (~> 3.0) + shakapacker (>= 6.0) + PATH remote: . specs: @@ -15,89 +28,95 @@ PATH execjs (~> 2.9) httpx (~> 1.5) rainbow - react_on_rails (>= 15.0.0) + react_on_rails (>= 16.0.0) GEM remote: https://rubygems.org/ specs: - actioncable (7.2.2.1) - actionpack (= 7.2.2.1) - activesupport (= 7.2.2.1) + actioncable (7.1.5.2) + actionpack (= 7.1.5.2) + activesupport (= 7.1.5.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.2.1) - actionpack (= 7.2.2.1) - activejob (= 7.2.2.1) - activerecord (= 7.2.2.1) - activestorage (= 7.2.2.1) - activesupport (= 7.2.2.1) - mail (>= 2.8.0) - actionmailer (7.2.2.1) - actionpack (= 7.2.2.1) - actionview (= 7.2.2.1) - activejob (= 7.2.2.1) - activesupport (= 7.2.2.1) - mail (>= 2.8.0) + actionmailbox (7.1.5.2) + actionpack (= 7.1.5.2) + activejob (= 7.1.5.2) + activerecord (= 7.1.5.2) + activestorage (= 7.1.5.2) + activesupport (= 7.1.5.2) + mail (>= 2.7.1) + net-imap + net-pop + net-smtp + actionmailer (7.1.5.2) + actionpack (= 7.1.5.2) + actionview (= 7.1.5.2) + activejob (= 7.1.5.2) + activesupport (= 7.1.5.2) + mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp rails-dom-testing (~> 2.2) - actionpack (7.2.2.1) - actionview (= 7.2.2.1) - activesupport (= 7.2.2.1) + actionpack (7.1.5.2) + actionview (= 7.1.5.2) + activesupport (= 7.1.5.2) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - useragent (~> 0.16) - actiontext (7.2.2.1) - actionpack (= 7.2.2.1) - activerecord (= 7.2.2.1) - activestorage (= 7.2.2.1) - activesupport (= 7.2.2.1) + actiontext (7.1.5.2) + actionpack (= 7.1.5.2) + activerecord (= 7.1.5.2) + activestorage (= 7.1.5.2) + activesupport (= 7.1.5.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.2.1) - activesupport (= 7.2.2.1) + actionview (7.1.5.2) + activesupport (= 7.1.5.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.2.1) - activesupport (= 7.2.2.1) + activejob (7.1.5.2) + activesupport (= 7.1.5.2) globalid (>= 0.3.6) - activemodel (7.2.2.1) - activesupport (= 7.2.2.1) - activerecord (7.2.2.1) - activemodel (= 7.2.2.1) - activesupport (= 7.2.2.1) + activemodel (7.1.5.2) + activesupport (= 7.1.5.2) + activerecord (7.1.5.2) + activemodel (= 7.1.5.2) + activesupport (= 7.1.5.2) timeout (>= 0.4.0) - activestorage (7.2.2.1) - actionpack (= 7.2.2.1) - activejob (= 7.2.2.1) - activerecord (= 7.2.2.1) - activesupport (= 7.2.2.1) + activestorage (7.1.5.2) + actionpack (= 7.1.5.2) + activejob (= 7.1.5.2) + activerecord (= 7.1.5.2) + activesupport (= 7.1.5.2) marcel (~> 1.0) - activesupport (7.2.2.1) + activesupport (7.1.5.2) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) + mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) + tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) amazing_print (1.6.0) ast (2.4.2) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) @@ -121,7 +140,7 @@ GEM commonmarker (1.1.4-x86_64-darwin) commonmarker (1.1.4-x86_64-linux) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.4) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -135,11 +154,12 @@ GEM date (3.4.1) diff-lcs (1.5.1) docile (1.4.0) - drb (2.2.1) + drb (2.2.3) equivalent-xml (0.6.0) nokogiri (>= 1.4.3) + erb (5.0.2) erubi (1.13.1) - execjs (2.9.1) + execjs (2.10.0) fakefs (2.8.0) faker (3.4.1) i18n (>= 1.8.11, < 2) @@ -160,8 +180,8 @@ GEM http-2 (>= 1.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) - irb (1.15.1) + io-console (0.8.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -179,8 +199,8 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) - loofah (2.24.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -188,17 +208,18 @@ GEM net-imap net-pop net-smtp - marcel (1.0.4) + marcel (1.1.0) matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) mize (0.4.1) protocol (~> 2.0) msgpack (1.7.2) + mutex_m (0.3.0) net-http (0.4.1) uri - net-imap (0.5.8) + net-imap (0.5.10) date net-protocol net-pop (0.1.2) @@ -208,11 +229,11 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) package_json (0.1.0) parallel (1.25.1) @@ -235,67 +256,62 @@ GEM pry (>= 0.13.0) pry-theme (1.3.1) coderay (~> 1.1) - psych (5.2.3) + psych (5.2.6) date stringio - public_suffix (6.0.0) + public_suffix (6.0.2) puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.12) + rack (3.2.1) rack-proxy (0.7.7) rack - rack-session (2.1.0) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (7.2.2.1) - actioncable (= 7.2.2.1) - actionmailbox (= 7.2.2.1) - actionmailer (= 7.2.2.1) - actionpack (= 7.2.2.1) - actiontext (= 7.2.2.1) - actionview (= 7.2.2.1) - activejob (= 7.2.2.1) - activemodel (= 7.2.2.1) - activerecord (= 7.2.2.1) - activestorage (= 7.2.2.1) - activesupport (= 7.2.2.1) + rails (7.1.5.2) + actioncable (= 7.1.5.2) + actionmailbox (= 7.1.5.2) + actionmailer (= 7.1.5.2) + actionpack (= 7.1.5.2) + actiontext (= 7.1.5.2) + actionview (= 7.1.5.2) + activejob (= 7.1.5.2) + activemodel (= 7.1.5.2) + activerecord (= 7.1.5.2) + activestorage (= 7.1.5.2) + activesupport (= 7.1.5.2) bundler (>= 1.15.0) - railties (= 7.2.2.1) - rails-dom-testing (2.2.0) + railties (= 7.1.5.2) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.2.2.1) - actionpack (= 7.2.2.1) - activesupport (= 7.2.2.1) - irb (~> 1.13) + railties (7.1.5.2) + actionpack (= 7.1.5.2) + activesupport (= 7.1.5.2) + irb rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.12.0) + rdoc (6.14.2) + erb psych (>= 4.0.0) - react_on_rails (15.0.0) - addressable - connection_pool - execjs (~> 2.5) - rails (>= 5.2) - rainbow (~> 3.0) regexp_parser (2.9.2) - reline (0.6.0) + reline (0.6.2) io-console (~> 0.5) rexml (3.3.9) rspec-core (3.13.0) @@ -363,9 +379,9 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - semantic_range (3.0.0) + semantic_range (3.1.0) sexp_processor (4.17.1) - shakapacker (8.0.0) + shakapacker (8.4.0) activesupport (>= 5.2) package_json rack-proxy (>= 0.6.1) @@ -390,12 +406,12 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - stringio (3.1.2) + stringio (3.1.7) sync (0.5.0) term-ansicolor (1.10.2) mize tins (~> 1.0) - thor (1.3.2) + thor (1.4.0) tilt (2.4.0) timeout (0.4.3) tins (1.33.0) @@ -410,7 +426,6 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) uri (1.0.3) - useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -425,14 +440,14 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) websocket (1.2.10) - websocket-driver (0.7.7) + websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.7.1) + zeitwerk (2.7.3) PLATFORMS arm64-darwin-24 @@ -468,7 +483,7 @@ DEPENDENCIES pry-theme puma (~> 6) rails (~> 7.1) - react_on_rails (= 15.0.0) + react_on_rails! react_on_rails_pro! rspec-rails rspec-retry @@ -479,7 +494,7 @@ DEPENDENCIES sass-rails scss_lint selenium-webdriver (= 4.9.0) - shakapacker (= 8.0.0) + shakapacker (= 8.4.0) spring spring-watcher-listen sprockets diff --git a/react_on_rails_pro.gemspec b/react_on_rails_pro.gemspec index 63fb14804..cf5dd0b64 100644 --- a/react_on_rails_pro.gemspec +++ b/react_on_rails_pro.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency "execjs", "~> 2.9" s.add_runtime_dependency "httpx", "~> 1.5" s.add_runtime_dependency "rainbow" - s.add_runtime_dependency "react_on_rails", ">= 15.0.0" + s.add_runtime_dependency "react_on_rails", ">= 16.0.0" s.add_development_dependency "bundler" s.add_development_dependency "commonmarker" s.add_development_dependency "gem-release" diff --git a/spec/dummy/Gemfile.lock b/spec/dummy/Gemfile.lock index 44d517d88..bc6196bac 100644 --- a/spec/dummy/Gemfile.lock +++ b/spec/dummy/Gemfile.lock @@ -8,7 +8,7 @@ GIT GIT remote: https://github.com/shakacode/react_on_rails.git - revision: 46b4226618394073f2e7368fc9ddf687e93d69ea + revision: 6256ff160f90cde189c641a0061751e3537140ae branch: abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence specs: react_on_rails (16.0.0) @@ -28,7 +28,7 @@ PATH execjs (~> 2.9) httpx (~> 1.5) rainbow - react_on_rails (>= 15.0.0) + react_on_rails (>= 16.0.0) GEM remote: https://rubygems.org/ @@ -482,6 +482,7 @@ PLATFORMS arm-linux-musl arm64-darwin x86_64-darwin + x86_64-linux x86_64-linux-gnu x86_64-linux-musl diff --git a/spec/dummy/yarn.lock b/spec/dummy/yarn.lock index 2b90a1250..d0c05490b 100644 --- a/spec/dummy/yarn.lock +++ b/spec/dummy/yarn.lock @@ -5355,7 +5355,7 @@ react-on-rails-rsc@^19.0.2: "react-on-rails@git+https://github.com/shakacode/react_on_rails.git#abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence": version "16.0.0" - resolved "git+https://github.com/shakacode/react_on_rails.git#46b4226618394073f2e7368fc9ddf687e93d69ea" + resolved "git+https://github.com/shakacode/react_on_rails.git#6256ff160f90cde189c641a0061751e3537140ae" react-proptypes@^1.0.0: version "1.0.0" From 79157d501e390a34f5241c6e08d95e8eac2693d5 Mon Sep 17 00:00:00 2001 From: ihabadham Date: Fri, 19 Sep 2025 22:22:38 +0300 Subject: [PATCH 5/5] upgrade ror to v16 in global yarn.lock --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 10e43bce6..dcc8f01ff 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "nps": "^5.9.12", "pino-pretty": "^13.0.0", "prettier": "^3.2.5", - "react-on-rails": "15.0.0", + "react-on-rails": "16.0.0", "redis": "^5.0.1", "release-it": "^17.6.0", "sentry-testkit": "^5.0.6", diff --git a/yarn.lock b/yarn.lock index 97e34c3db..1cc9d8ea9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6843,10 +6843,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-on-rails@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-15.0.0.tgz#8edc78670129394cd92293842ae88c62d4cb030b" - integrity sha512-Uht8HWm8ZVN8OeDz03b3YLtprzHXhFTw7hb0jl8IpOjbig91DBuurBVxr4tfuymuemGwdjhQpscho33Cnw9Atg== +react-on-rails@16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-16.0.0.tgz#8c448a40b51e54f8e235593a59108abfe73c5f11" + integrity sha512-FGeqtHWhcprJeOZWlpJdT2izhJj54CRNgo8avwdZI/JwPqT34kZNEPX70nX6oHqZ2QWkXOJNA5wfCYct6v32tg== readable-stream@^2.2.2: version "2.3.8"