Skip to content

Commit 1dcc3f7

Browse files
committed
chore: bump React on Rails to v16.0.0 and Shakapacker to v8.4.0
- Update react_on_rails gem from 14.1.0.rc.0 to 16.0.0 - Update shakapacker gem from 8.0.0 to 8.4.0 - Update react-on-rails npm package from 14.0.3 to 16.0.0 - Update shakapacker npm package from 8.0.0 to 8.4.0 - Update Ruby version from 3.3.4 to 3.3.7 - Add migration plan document
1 parent 6e5113f commit 1dcc3f7

File tree

6 files changed

+20935
-3209
lines changed

6 files changed

+20935
-3209
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.7

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.3.4"
6+
ruby "3.3.7"
77

8-
gem "react_on_rails", "14.2.1"
9-
gem "shakapacker", "8.0.0"
8+
gem "react_on_rails", "16.0.0"
9+
gem "shakapacker", "8.4.0"
1010

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

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,13 @@ GEM
298298
rdoc (6.14.2)
299299
erb
300300
psych (>= 4.0.0)
301-
react_on_rails (14.2.1)
301+
react_on_rails (16.0.0)
302302
addressable
303303
connection_pool
304304
execjs (~> 2.5)
305305
rails (>= 5.2)
306306
rainbow (~> 3.0)
307+
shakapacker (>= 6.0)
307308
redcarpet (3.6.0)
308309
redis (5.3.0)
309310
redis-client (>= 0.22.0)
@@ -388,7 +389,7 @@ GEM
388389
websocket (~> 1.0)
389390
semantic_range (3.1.0)
390391
sexp_processor (4.17.1)
391-
shakapacker (8.0.0)
392+
shakapacker (8.4.0)
392393
activesupport (>= 5.2)
393394
package_json
394395
rack-proxy (>= 0.6.1)
@@ -484,7 +485,7 @@ DEPENDENCIES
484485
rails-html-sanitizer
485486
rails_best_practices
486487
rainbow
487-
react_on_rails (= 14.2.1)
488+
react_on_rails (= 16.0.0)
488489
redcarpet
489490
redis (~> 5.0)
490491
rspec-rails (~> 6.0.0)
@@ -496,7 +497,7 @@ DEPENDENCIES
496497
scss_lint
497498
sdoc
498499
selenium-webdriver (~> 4)
499-
shakapacker (= 8.0.0)
500+
shakapacker (= 8.4.0)
500501
spring
501502
spring-commands-rspec
502503
stimulus-rails (~> 1.3)
@@ -505,7 +506,7 @@ DEPENDENCIES
505506
web-console
506507

507508
RUBY VERSION
508-
ruby 3.3.4p94
509+
ruby 3.3.7p123
509510

510511
BUNDLED WITH
511512
2.4.17

0 commit comments

Comments
 (0)