File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ gem "sdoc", group: :doc
37
37
# Use Rails Html Sanitizer for HTML sanitization
38
38
gem "rails-html-sanitizer"
39
39
40
- gem "react_on_rails" , "~> 6.1 "
41
-
40
+ gem "react_on_rails" , git : "[email protected] :JasonYCHuang/react_on_rails.git" , branch : "i18n "
41
+ #gem "react_on_rails", "~> 6"
42
42
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
43
43
# mini_racer is probably faster than therubyracer
44
44
gem "mini_racer"
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: [email protected] :JasonYCHuang/react_on_rails.git
3
+ revision: af68ae38f78a0c3244ec30c14f0e5c998b818701
4
+ branch: i18n
5
+ specs:
6
+ react_on_rails (6.3.2 )
7
+ addressable
8
+ connection_pool
9
+ execjs (~> 2.5 )
10
+ foreman
11
+ rails (>= 3.2 )
12
+ rainbow (~> 2.1 )
13
+
1
14
GEM
2
15
remote: https://rubygems.org/
3
16
specs:
134
147
mini_portile2 (2.1.0 )
135
148
mini_racer (0.1.7 )
136
149
libv8 (~> 5.3 )
137
- minitest (5.9 .1 )
150
+ minitest (5.10 .1 )
138
151
multi_json (1.12.1 )
139
152
nio4r (1.2.1 )
140
153
nokogiri (1.6.8.1 )
199
212
rb-inotify (0.9.7 )
200
213
ffi (>= 0.5.0 )
201
214
rdoc (4.3.0 )
202
- react_on_rails (6.1.2 )
203
- addressable
204
- connection_pool
205
- execjs (~> 2.5 )
206
- foreman
207
- rails (>= 3.2 )
208
- rainbow (~> 2.1 )
209
215
rspec-core (3.5.4 )
210
216
rspec-support (~> 3.5.0 )
211
217
rspec-expectations (3.5.0 )
273
279
sprockets (>= 3.0.0 )
274
280
term-ansicolor (1.4.0 )
275
281
tins (~> 1.0 )
276
- thor (0.19.1 )
282
+ thor (0.19.4 )
277
283
thread_safe (0.3.5 )
278
284
tilt (2.0.5 )
279
285
tins (1.12.0 )
@@ -329,7 +335,7 @@ DEPENDENCIES
329
335
rails
330
336
rails-html-sanitizer
331
337
rainbow
332
- react_on_rails ( ~> 6.1 )
338
+ react_on_rails !
333
339
rspec-rails (~> 3 )
334
340
rspec-retry
335
341
rubocop
You can’t perform that action at this time.
0 commit comments