Skip to content

Commit

Permalink
Fix the opal-rspec branch in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 8, 2018
1 parent ceb338d commit dd4bb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -5,9 +5,9 @@ gem 'haml', ENV['HAML_VERSION'] || '> 0'
if ENV['OPAL_VERSION'] == 'master'
gem 'opal', github: 'opal', branch: :master
gem 'opal-sprockets', github: 'opal/opal-sprockets'
gem 'opal-rspec', github: 'opal/opal-rspec', branch: 'elia/opal-master', submodules: true
gem 'opal-rspec', github: 'opal/opal-rspec', branch: 'master', submodules: true
elsif ENV['OPAL_VERSION'].to_f >= 0.11
gem 'opal-rspec', github: 'opal/opal-rspec', branch: 'elia/opal-master', submodules: true
gem 'opal-rspec', github: 'opal/opal-rspec', branch: 'master', submodules: true
else
gem 'opal', '~> 0.10.5'
end

0 comments on commit dd4bb76

Please sign in to comment.