Skip to content

Commit 2700620

Browse files
committed
Dont bother with rubyrhino on rails 4.2
1 parent fc36085 commit 2700620

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Appraisals

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ appraise 'rails-4.2-sprockets_4' do
4646
# This ExecJS backend provides stateful context
4747
# which the default nodejs backend does not
4848
gem 'mini_racer', :platforms => :mri
49-
gem 'therubyrhino', :platforms => :jruby
5049
end
5150

5251
# no_sprockets is a magical name from sprockets_helper.rb in test to

gemfiles/rails_4.2_sprockets_4.gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ gem "rails", "~> 4.2.1"
66
gem "sprockets", "~> 4.0.x"
77
gem "turbolinks", "~> 2.5.0"
88
gem "mini_racer", platforms: :mri
9-
gem "therubyrhino", platforms: :jruby
109

1110
gemspec path: "../"

0 commit comments

Comments
 (0)