react_on_rails 17.1.0.rc.3 → 17.1.0.rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e7d9c8f6a68c9aeb59fa6094c0a1a26ad619abe7a5a636c83bb5838f4cde0b8
4
- data.tar.gz: bee1a6f8dd68cf9f40241125380aecc869cccd3cc79126343b2a0b8642f0d0f1
3
+ metadata.gz: '0491d144abc9abf3586e347ce21e90a6f36eb21fc224ed0d5dc064e347bda8e1'
4
+ data.tar.gz: 7e3e8c2e67457e62456cd89a3c682715d8558fdd4b37514588e8ad6a334b8529
5
5
  SHA512:
6
- metadata.gz: 61992afb879fc1677b1310110b65e542fd7685e10c5242a9328fd791bb1acea99e219c5e75ead0badfe910defb1969863d8db59862e21c7856c7d08f86b5597f
7
- data.tar.gz: 8a84822dc47c9ed9168f0db02e5d208df6b97cec9a8478598edcc4211e1fb0776f5dcd7c0b8140328e44c2c6c72c3ff4a3aef6211acb5ec9f8da865376a2b633
6
+ metadata.gz: b9f505f1298edc824d01ce9bce17cfba91706b149e11bf7ad346c1cfa361e782ad37fc090e611380216dd10038078d2117aa4fcc48f86aecc9dba908c8574778
7
+ data.tar.gz: 1b5d000b92a839e87cd4a4ece5041d7150ea1371e78e57423632b5b6600fd5cd13eae038f7f0786379d86a23ffba126395a8167adcc9c1b1d73c293eff40cd35
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- react_on_rails (17.1.0.rc.3)
4
+ react_on_rails (17.1.0.rc.5)
5
5
  addressable
6
6
  connection_pool
7
7
  execjs (~> 2.5)
@@ -159,9 +159,9 @@ module ReactOnRails
159
159
  # `react-on-rails-rsc`. Coordination note for #3609: Pro package metadata and generated apps
160
160
  # use the tested React 19.2.x range with the exact RSC package pin.
161
161
  RSC_REACT_VERSION_RANGE = "~19.2.8"
162
- # Qualify the JSX/TSX loader and Rspack chunk fixes during the 19.3.0 RC soak.
162
+ # Qualify the side-effect-only client module and CSS wrapper fixes during the 19.3.0 RC soak.
163
163
  # Keep the React 19.2 runtime line independent from the RSC package minor.
164
- RSC_PACKAGE_VERSION_PIN = "19.3.0-rc.3"
164
+ RSC_PACKAGE_VERSION_PIN = "19.3.0-rc.4"
165
165
 
166
166
  private
167
167
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReactOnRails
4
- VERSION = "17.1.0.rc.3"
4
+ VERSION = "17.1.0.rc.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.1.0.rc.3
4
+ version: 17.1.0.rc.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon