Skip to content

Commit 8038d71

Browse files
committed
bundle add react_on_rails
1 parent 40897dd commit 8038d71

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ end
4848
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
4949

5050
gem "webpacker", "~> 5.1"
51+
52+
gem "react_on_rails", "~> 12.0"

Gemfile.lock

+11
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ GEM
7373
xpath (~> 3.2)
7474
childprocess (3.0.0)
7575
concurrent-ruby (1.1.6)
76+
connection_pool (2.2.3)
7677
crass (1.0.6)
7778
erubi (1.9.0)
79+
execjs (2.7.0)
7880
ffi (1.13.1)
7981
globalid (0.4.2)
8082
activesupport (>= 4.2.0)
@@ -135,10 +137,18 @@ GEM
135137
method_source
136138
rake (>= 0.8.7)
137139
thor (>= 0.20.3, < 2.0)
140+
rainbow (3.0.0)
138141
rake (13.0.1)
139142
rb-fsevent (0.10.4)
140143
rb-inotify (0.10.1)
141144
ffi (~> 1.0)
145+
react_on_rails (12.0.1)
146+
addressable
147+
connection_pool
148+
execjs (~> 2.5)
149+
rails (>= 3.2)
150+
rainbow (~> 3.0)
151+
webpacker (>= 4.0)
142152
regexp_parser (1.7.1)
143153
rubyzip (2.3.0)
144154
selenium-webdriver (3.142.7)
@@ -193,6 +203,7 @@ DEPENDENCIES
193203
listen (~> 3.2)
194204
puma (~> 4.1)
195205
rails (~> 6.0.3, >= 6.0.3.1)
206+
react_on_rails (~> 12.0)
196207
selenium-webdriver
197208
spring
198209
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)