File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ gem "rails-html-sanitizer"
44
44
gem "react_on_rails" , "~> 6"
45
45
46
46
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
47
- gem "therubyracer"
47
+ # mini_racer is probably faster than therubyracer
48
+ gem "mini_racer"
48
49
49
50
gem "autoprefixer-rails"
50
51
Original file line number Diff line number Diff line change 117
117
json (1.8.3 )
118
118
launchy (2.4.3 )
119
119
addressable (~> 2.3 )
120
- libv8 (3.16.14.15 )
120
+ libv8 (5.0.71.48.3 )
121
121
listen (3.1.5 )
122
122
rb-fsevent (~> 0.9 , >= 0.9.4 )
123
123
rb-inotify (~> 0.9 , >= 0.9.7 )
131
131
mime-types-data (~> 3.2015 )
132
132
mime-types-data (3.2016.0521 )
133
133
mini_portile2 (2.1.0 )
134
+ mini_racer (0.1.4 )
135
+ libv8 (~> 5.0 , < 5.1.11 )
134
136
minitest (5.9.0 )
135
137
multi_json (1.12.1 )
136
138
nio4r (1.2.1 )
210
212
foreman
211
213
rails (>= 3.2 )
212
214
rainbow (~> 2.1 )
213
- ref (2.0.0 )
214
215
rspec-core (3.5.0.beta3 )
215
216
rspec-support (= 3.5.0.beta3 )
216
217
rspec-expectations (3.5.0.beta3 )
278
279
sqlite3 (1.3.11 )
279
280
term-ansicolor (1.3.2 )
280
281
tins (~> 1.0 )
281
- therubyracer (0.12.2 )
282
- libv8 (~> 3.16.14.0 )
283
- ref
284
282
thor (0.19.1 )
285
283
thread_safe (0.3.5 )
286
284
tilt (2.0.5 )
@@ -324,6 +322,7 @@ DEPENDENCIES
324
322
jbuilder
325
323
launchy
326
324
listen
325
+ mini_racer
327
326
pg
328
327
poltergeist
329
328
pry
@@ -349,7 +348,6 @@ DEPENDENCIES
349
348
spring
350
349
spring-commands-rspec
351
350
sqlite3
352
- therubyracer
353
351
uglifier
354
352
web-console
355
353
You can’t perform that action at this time.
0 commit comments