react_on_rails 17.0.0.rc.8 → 17.0.0.rc.9

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: 47532eab3f7e0341d454e53ac835f3b9034d0af9a0550107e62561701ac6d4f0
4
- data.tar.gz: a4103c943cd5fc7854b65b1815bd51003c176d9578201a4ca7cfc93bde1ee883
3
+ metadata.gz: 0b515d07a38e57e5484f1b9896d4024c0dc20130468d77cfae24d3b5af2c30d6
4
+ data.tar.gz: 909a6d10bdb2d35698d8eb141661248852489ce4eeda67a3392ab4b28067086e
5
5
  SHA512:
6
- metadata.gz: 0b045aba9d3e83811a02f1fe26f8f7d47d4ab686cb9d224f0feb07cb91c052b3c7ef30065522bea5a84793549a0812cf926ba7653ed56cb41e793a1c61aa3242
7
- data.tar.gz: 6145020e4b0102198e0f3561c1beedfbc135d45da5d6f9af02d6d7a6fc6fe579203c636f133a5b1223c183045a1f18966d1a42a2fae682d12e2b255dda5f8a36
6
+ metadata.gz: 0e6b0407dc078c082956e488c2b034356a3a4e6ccc994df7b3c1e4372c2d7f46488aa179ef537aebf424a87cf906e903d108d63ae73df387bb9b6a0bf368d90c
7
+ data.tar.gz: fc07936196a4a4cec9886a3a26d69f0717de0c96c30bf17ad6b2642b4f2d070470660f6fe8b42009e4e5082a1ffd6bcc822861715b38ebee1953ff2dda33a0c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- react_on_rails (17.0.0.rc.8)
4
+ react_on_rails (17.0.0.rc.9)
5
5
  addressable
6
6
  connection_pool
7
7
  execjs (~> 2.5)
@@ -162,7 +162,7 @@ module ReactOnRails
162
162
  RSC_REACT_VERSION_RANGE = "~19.2.7"
163
163
  # Pinned to the 19.2.1 release candidate, which carries the coordinated React 19.2.7 RSC
164
164
  # peer floor required by the React on Rails Pro 17 runtime check.
165
- RSC_PACKAGE_VERSION_PIN = "19.2.1-rc.0"
165
+ RSC_PACKAGE_VERSION_PIN = "19.2.1-rc.1"
166
166
 
167
167
  private
168
168
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReactOnRails
4
- VERSION = "17.0.0.rc.8"
4
+ VERSION = "17.0.0.rc.9"
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.0.0.rc.8
4
+ version: 17.0.0.rc.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon