Skip to content

Commit

Permalink
Make rake a runtime dependency
Browse files Browse the repository at this point in the history
RSpec has it as a dependency of rspec-support.

Fixes #70
  • Loading branch information
elia committed Nov 9, 2018
1 parent 15b22fb commit 52f1acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opal-rspec.gemspec
Expand Up @@ -26,9 +26,9 @@ Gem::Specification.new do |spec|

spec.add_dependency 'opal', ['>= 0.11', '< 0.12']
spec.add_dependency 'opal-sprockets'
spec.add_dependency 'rake', '~> 12.0'

spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency 'bundler', '~> 1.15'
spec.add_development_dependency 'yard'
spec.add_development_dependency 'chromedriver-helper'
spec.add_development_dependency 'selenium-webdriver'
Expand Down

0 comments on commit 52f1acd

Please sign in to comment.