Skip to content

Commit 7ae318a

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 4be1e1b commit 7ae318a

File tree

6 files changed

+18540
-1319
lines changed

6 files changed

+18540
-1319
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.1.0.rc.0"
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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,13 @@ GEM
289289
ffi (~> 1.0)
290290
rdoc (6.7.0)
291291
psych (>= 4.0.0)
292-
react_on_rails (14.1.0.rc.0)
292+
react_on_rails (16.0.0)
293293
addressable
294294
connection_pool
295295
execjs (~> 2.5)
296296
rails (>= 5.2)
297297
rainbow (~> 3.0)
298+
shakapacker (>= 6.0)
298299
redcarpet (3.6.0)
299300
redis (5.3.0)
300301
redis-client (>= 0.22.0)
@@ -375,9 +376,9 @@ GEM
375376
rexml (~> 3.2, >= 3.2.5)
376377
rubyzip (>= 1.2.2, < 3.0)
377378
websocket (~> 1.0)
378-
semantic_range (3.0.0)
379+
semantic_range (3.1.0)
379380
sexp_processor (4.17.1)
380-
shakapacker (8.0.0)
381+
shakapacker (8.4.0)
381382
activesupport (>= 5.2)
382383
package_json
383384
rack-proxy (>= 0.6.1)
@@ -473,7 +474,7 @@ DEPENDENCIES
473474
rails-html-sanitizer
474475
rails_best_practices
475476
rainbow
476-
react_on_rails (= 14.1.0.rc.0)
477+
react_on_rails (= 16.0.0)
477478
redcarpet
478479
redis (~> 5.0)
479480
rspec-rails (~> 6.0.0)
@@ -485,7 +486,7 @@ DEPENDENCIES
485486
scss_lint
486487
sdoc
487488
selenium-webdriver (~> 4)
488-
shakapacker (= 8.0.0)
489+
shakapacker (= 8.4.0)
489490
spring
490491
spring-commands-rspec
491492
stimulus-rails (~> 1.3)
@@ -494,7 +495,7 @@ DEPENDENCIES
494495
web-console
495496

496497
RUBY VERSION
497-
ruby 3.3.4p94
498+
ruby 3.3.7p123
498499

499500
BUNDLED WITH
500501
2.4.17

0 commit comments

Comments
 (0)