Skip to content

Commit 80df3b5

Browse files
justin808claude
andcommitted
Update react_on_rails to use master branch from GitHub
Switch from using the published beta.12 gem to using the tip of master branch from the shakacode/react_on_rails GitHub repository. This ensures we have the latest fixes and improvements from the master branch, including any recent updates beyond beta.12. - Change Gemfile to point to GitHub master branch - Update Gemfile.lock to use commit 2306825e09d761a88fdd20960e5d5072bc753293 - npm package remains at 16.2.0-beta.12 (matching gem version) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c23e387 commit 80df3b5

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-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.12"
8+
gem "react_on_rails", github: "shakacode/react_on_rails", branch: "master"
99
gem "shakapacker", "9.3.3"
1010

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

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: https://github.com/shakacode/react_on_rails.git
3+
revision: 2306825e09d761a88fdd20960e5d5072bc753293
4+
branch: master
5+
specs:
6+
react_on_rails (16.2.0.beta.12)
7+
addressable
8+
connection_pool
9+
execjs (~> 2.5)
10+
rails (>= 5.2)
11+
rainbow (~> 3.0)
12+
shakapacker (>= 6.0)
13+
114
GEM
215
remote: https://rubygems.org/
316
specs:
@@ -293,13 +306,6 @@ GEM
293306
erb
294307
psych (>= 4.0.0)
295308
tsort
296-
react_on_rails (16.2.0.beta.12)
297-
addressable
298-
connection_pool
299-
execjs (~> 2.5)
300-
rails (>= 5.2)
301-
rainbow (~> 3.0)
302-
shakapacker (>= 6.0)
303309
redcarpet (3.6.0)
304310
redis (5.3.0)
305311
redis-client (>= 0.22.0)
@@ -483,7 +489,7 @@ DEPENDENCIES
483489
rails-html-sanitizer
484490
rails_best_practices
485491
rainbow
486-
react_on_rails (= 16.2.0.beta.12)
492+
react_on_rails!
487493
redcarpet
488494
redis (~> 5.0)
489495
rspec-rails (~> 6.0.0)

0 commit comments

Comments
 (0)