Skip to content

Commit 2d05d93

Browse files
committed
Correct opal-rspec Gemfile dependency
1 parent 412ffe8 commit 2d05d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ when nil, ''
1212
when /\./
1313
gem 'opal-rspec', "~> #{ENV['OPAL_RSPEC_VERSION']}.0a"
1414
else
15-
gem 'opal', github: 'opal/opal', ref: ENV['OPAL_VERSION']
15+
gem 'opal-rspec', github: 'opal/opal-rspec', ref: ENV['OPAL_RSPEC_VERSION'], submodules: true
1616
end
1717
# Force build of eventmachine... I wish we could find a way to not use
1818
# this unmaintained library anymore.

0 commit comments

Comments
 (0)