Skip to content

Commit c23e387

Browse files
justin808claude
andcommitted
Update react_on_rails to 16.2.0.beta.12
This update fixes the bin/dev pack generation failure that occurred with beta.11. Key changes: - Update react_on_rails gem from 16.2.0.beta.11 to 16.2.0.beta.12 - Update react-on-rails npm package to match (16.2.0-beta.12) - Update json gem dependency from 2.14.1 to 2.16.0 The beta.12 release includes a fix for the Bundler auto-exec interception issue where pack generation would fail with "Could not find command react_on_rails:generate_packs". The fix wraps system("bundle", "exec", ...) calls with Bundler.with_unbundled_env to prevent Bundler from intercepting subprocess calls. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e2117c3 commit c23e387

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby "3.4.6"
77

8-
gem "react_on_rails", "16.2.0.beta.11"
8+
gem "react_on_rails", "16.2.0.beta.12"
99
gem "shakapacker", "9.3.3"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ GEM
161161
jbuilder (2.12.0)
162162
actionview (>= 5.0.0)
163163
activesupport (>= 5.0.0)
164-
json (2.14.1)
164+
json (2.16.0)
165165
language_server-protocol (3.17.0.5)
166166
launchy (3.0.1)
167167
addressable (~> 2.8)
@@ -293,7 +293,7 @@ GEM
293293
erb
294294
psych (>= 4.0.0)
295295
tsort
296-
react_on_rails (16.2.0.beta.11)
296+
react_on_rails (16.2.0.beta.12)
297297
addressable
298298
connection_pool
299299
execjs (~> 2.5)
@@ -483,7 +483,7 @@ DEPENDENCIES
483483
rails-html-sanitizer
484484
rails_best_practices
485485
rainbow
486-
react_on_rails (= 16.2.0.beta.11)
486+
react_on_rails (= 16.2.0.beta.12)
487487
redcarpet
488488
redis (~> 5.0)
489489
rspec-rails (~> 6.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"react": "^19.0.0",
7878
"react-dom": "^19.0.0",
7979
"react-intl": "^6.4.4",
80-
"react-on-rails": "16.2.0-beta.11",
80+
"react-on-rails": "16.2.0-beta.12",
8181
"react-redux": "^8.1.0",
8282
"react-router": "^6.13.0",
8383
"react-router-dom": "^6.13.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8508,10 +8508,10 @@ react-is@^18.0.0, react-is@^18.3.1:
85088508
resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz"
85098509
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
85108510

8511-
react-on-rails@16.2.0-beta.11:
8512-
version "16.2.0-beta.11"
8513-
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.11.tgz#18171869a5b0eb5e6d99574e5c6b3ea44ac11d82"
8514-
integrity sha512-VkDmpEoazMAeTxLuWKNsyEIFjcEwAXd63xVdKfrJJEBwTJUYYjs86MEtvmY6Weboc5mtDvlXeXoLSm1biECPOA==
8511+
react-on-rails@16.2.0-beta.12:
8512+
version "16.2.0-beta.12"
8513+
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.12.tgz#1c2be050ad1eaabdd5cdd00bb43667d46cfba9df"
8514+
integrity sha512-gsXyOC22/jHLKOSwCG8RSFCFLpzsaAg8UFAy7dIlQRzJy2cRIlCepXEajBKeLRiGVKHdvPTzFBqQutccLNJIew==
85158515

85168516
react-proxy@^1.1.7:
85178517
version "1.1.8"

0 commit comments

Comments
 (0)