@@ -15,9 +15,10 @@ appraise 'rails-4.0.5' do
1515 gem 'turbolinks'
1616end
1717
18- appraise 'rails-4.0-with-therubyracer ' do
18+ appraise 'rails-4.0-with-mini_racer ' do
1919 gem 'rails' , '~> 4.0.13'
20- gem 'therubyracer' , '0.12.0' , :platforms => :mri
20+ gem 'mini_racer' , :platforms => :mri
21+ gem 'therubyrhino' , :platforms => :jruby
2122 gem 'turbolinks'
2223end
2324
@@ -55,7 +56,7 @@ appraise 'rails-5_no_sprockets_webpacker_1_1' do
5556 gem 'webpacker' , '~> 1.1.0'
5657 # This ExecJS backend provides stateful context
5758 # which the default nodejs backend does not
58- gem 'therubyracer ' , :platforms => :mri
59+ gem 'mini_racer ' , :platforms => :mri
5960 gem 'therubyrhino' , :platforms => :jruby
6061end
6162
@@ -64,7 +65,7 @@ appraise 'rails-5_no_sprockets_webpacker_1_x' do
6465 gem 'webpacker' , '~> 1.2'
6566 # This ExecJS backend provides stateful context
6667 # which the default nodejs backend does not
67- gem 'therubyracer ' , :platforms => :mri
68+ gem 'mini_racer ' , :platforms => :mri
6869 gem 'therubyrhino' , :platforms => :jruby
6970end
7071
@@ -73,7 +74,7 @@ appraise 'rails-5_no_sprockets_webpacker_2' do
7374 gem 'webpacker' , '~> 2.0'
7475 # This ExecJS backend provides stateful context
7576 # which the default nodejs backend does not
76- gem 'therubyracer ' , :platforms => :mri
77+ gem 'mini_racer ' , :platforms => :mri
7778 gem 'therubyrhino' , :platforms => :jruby
7879end
7980
@@ -82,7 +83,7 @@ appraise 'rails-5_no_sprockets_webpacker_3' do
8283 gem 'webpacker' , '>= 3.0'
8384 # This ExecJS backend provides stateful context
8485 # which the default nodejs backend does not
85- gem 'therubyracer ' , :platforms => :mri
86+ gem 'mini_racer ' , :platforms => :mri
8687 gem 'therubyrhino' , :platforms => :jruby
8788end
8889
0 commit comments