Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit e69de49

Browse files
committed
Fix test broken on ruby 1.9.3 and jruby
mime-types transistively required by rails, which version >=3 will require ruby >= 2.0
1 parent 35ac031 commit e69de49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: reactrb.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
3030

3131
# For Test Rails App
3232
s.add_development_dependency 'rails', '4.2.4'
33+
s.add_development_dependency 'mime-types', '< 3'
3334
s.add_development_dependency 'react-rails', '~> 1.3.0'
3435
s.add_development_dependency 'opal-rails', '~> 0.8.1'
3536
if RUBY_PLATFORM == 'java'

0 commit comments

Comments
 (0)