From accace79725ad7c3f69b5a74fd856c168d52a5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:31:40 +0000 Subject: [PATCH] Bump react_on_rails from 16.1.1 to 16.1.2 Bumps [react_on_rails](https://github.com/shakacode/react_on_rails) from 16.1.1 to 16.1.2. - [Changelog](https://github.com/shakacode/react_on_rails/blob/16.1.2/CHANGELOG.md) - [Commits](https://github.com/shakacode/react_on_rails/compare/16.1.1...16.1.2) --- updated-dependencies: - dependency-name: react_on_rails dependency-version: 16.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 42 ++++++++++++++++++++++-------------------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 7b04a6c..374a337 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "pg", "~> 1.1" # React on Rails and Shakapacker for webpack integration gem "shakapacker", "9.0.0.beta.3" -gem "react_on_rails", "16.1.1" +gem "react_on_rails", "16.1.2" # Remove propshaft since we'll use shakapacker # gem "propshaft" diff --git a/Gemfile.lock b/Gemfile.lock index 109a7d9..55963a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,8 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -87,12 +87,12 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) - date (3.4.1) + date (3.5.0) debug (1.11.0) irb (~> 1.10) reline (>= 0.3.8) drb (2.2.3) - erb (5.0.2) + erb (6.0.0) erubi (1.13.1) execjs (2.10.0) globalid (1.3.0) @@ -100,7 +100,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -114,16 +114,17 @@ GEM loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.8.1) + mail (2.9.0) + logger mini_mime (>= 0.1.1) net-imap net-pop net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.2) msgpack (1.8.0) - net-imap (0.5.10) + net-imap (0.5.12) date net-protocol net-pop (0.1.2) @@ -132,7 +133,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.18.10-aarch64-linux-musl) @@ -147,7 +148,7 @@ GEM racc (~> 1.4) nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) - package_json (0.1.0) + package_json (0.2.0) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) @@ -158,7 +159,7 @@ GEM pg (1.6.2-arm64-darwin) pg (1.6.2-x86_64-linux) pg (1.6.2-x86_64-linux-musl) - pp (0.6.2) + pp (0.6.3) prettyprint prettyprint (0.2.0) prism (1.5.1) @@ -169,7 +170,7 @@ GEM puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.1) + rack (3.2.4) rack-proxy (0.7.7) rack rack-session (2.1.1) @@ -210,11 +211,12 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rdoc (6.14.2) + rake (13.3.1) + rdoc (6.15.1) erb psych (>= 4.0.0) - react_on_rails (16.1.1) + tsort + react_on_rails (16.1.2) addressable connection_pool execjs (~> 2.5) @@ -222,7 +224,7 @@ GEM rainbow (~> 3.0) shakapacker (>= 6.0) regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) rubocop (1.81.1) json (~> 2.3) @@ -261,16 +263,16 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) - stringio (3.1.7) + stringio (3.1.8) thor (1.4.0) - timeout (0.4.3) + timeout (0.4.4) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.3) + uri (1.1.1) useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) @@ -302,7 +304,7 @@ DEPENDENCIES pg (~> 1.1) puma (>= 5.0) rails (~> 8.0.3) - react_on_rails (= 16.1.1) + react_on_rails (= 16.1.2) rubocop-rails-omakase shakapacker (= 9.0.0.beta.3) tzinfo-data