Skip to content

Commit 0faa0f6

Browse files
author
Robert Mosolgo
committed
Merge pull request #248 from gbanis/patch-2
Rspec tests fail due to `tilt` dependency
2 parents 39cc583 + f6a3570 commit 0faa0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react-rails.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
3030
s.add_dependency 'rails', '>= 3.1'
3131
# If you change this, make sure to update VERSIONS.md:
3232
s.add_dependency 'react-source', '~> 0.13'
33+
s.add_dependency 'tilt'
3334

3435
s.files = Dir[
3536
'lib/**/*',

0 commit comments

Comments
 (0)