Skip to content

Commit f0e1121

Browse files
authored
upgrade to react_on_rails 14.1.0.rc.0 (#612)
1 parent 3e1f722 commit f0e1121

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

+1-1
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.3.3"
77

8-
gem "react_on_rails", "14.0.3"
8+
gem "react_on_rails", "14.1.0.rc.0"
99
gem "shakapacker", "8.0.0"
1010

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

Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ GEM
148148
factory_bot (~> 6.4)
149149
railties (>= 5.0.0)
150150
ffi (1.17.0)
151+
ffi (1.17.0-arm64-darwin)
152+
ffi (1.17.0-x86_64-linux-gnu)
151153
foreman (0.88.1)
152154
generator_spec (0.10.0)
153155
activesupport (>= 3.0.0)
@@ -289,7 +291,7 @@ GEM
289291
ffi (~> 1.0)
290292
rdoc (6.7.0)
291293
psych (>= 4.0.0)
292-
react_on_rails (14.0.3)
294+
react_on_rails (14.1.0.rc.0)
293295
addressable
294296
connection_pool
295297
execjs (~> 2.5)
@@ -465,7 +467,7 @@ DEPENDENCIES
465467
rails-html-sanitizer
466468
rails_best_practices
467469
rainbow
468-
react_on_rails (= 14.0.3)
470+
react_on_rails (= 14.1.0.rc.0)
469471
redcarpet
470472
redis (~> 4.0)
471473
rspec-rails (~> 6.0.0)

0 commit comments

Comments
 (0)