Skip to content

Commit

Permalink
[rb] Travis can't handle RSpec 3.5 yet
Browse files Browse the repository at this point in the history
Signed-off-by: Titus Fortner <titusfortner@gmail.com>
  • Loading branch information
lmtierney authored and titusfortner committed Jan 8, 2017
1 parent 3c11981 commit 6481e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HTML of the application.'
s.add_runtime_dependency 'childprocess', ['~> 0.5']
s.add_runtime_dependency 'websocket', ['~> 1.0']

s.add_development_dependency 'rspec', ['~> 3.0']
s.add_development_dependency 'rspec', ['< 3.5']
s.add_development_dependency 'rack', ['~> 1.0']
s.add_development_dependency 'ci_reporter', ['~> 1.6', '>= 1.6.2']
s.add_development_dependency 'webmock', ['~> 2.0']
Expand Down

0 comments on commit 6481e7b

Please sign in to comment.