From 4706e313b1e38425a15e6dd8fa7bbcfb981e6cda Mon Sep 17 00:00:00 2001 From: ihab4real Date: Fri, 3 Jan 2025 15:37:14 +0200 Subject: [PATCH] upgrade to react_on_rails 14.1.0.rc.0 --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 60f69806..4a39cf13 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.3" -gem "react_on_rails", "14.0.3" +gem "react_on_rails", "14.1.0.rc.0" gem "shakapacker", "8.0.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails" diff --git a/Gemfile.lock b/Gemfile.lock index d6f1aa38..93fca077 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,6 +148,8 @@ GEM factory_bot (~> 6.4) railties (>= 5.0.0) ffi (1.17.0) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) foreman (0.88.1) generator_spec (0.10.0) activesupport (>= 3.0.0) @@ -289,7 +291,7 @@ GEM ffi (~> 1.0) rdoc (6.7.0) psych (>= 4.0.0) - react_on_rails (14.0.3) + react_on_rails (14.1.0.rc.0) addressable connection_pool execjs (~> 2.5) @@ -465,7 +467,7 @@ DEPENDENCIES rails-html-sanitizer rails_best_practices rainbow - react_on_rails (= 14.0.3) + react_on_rails (= 14.1.0.rc.0) redcarpet redis (~> 4.0) rspec-rails (~> 6.0.0)