Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Feb 6, 2018
1 parent 26fa70f commit 5d8c706
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine-selenium-runner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rails', '> 3.0'
spec.add_dependency 'jasmine', '~> 2.0'
spec.add_dependency 'jasmine', '~> 3.0'
spec.add_dependency 'selenium-webdriver', '~> 3.8'
end
2 changes: 1 addition & 1 deletion lib/jasmine/runners/selenium/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jasmine
module Runners
class Selenium
VERSION = "2.5.0"
VERSION = "3.0.0"
end
end
end
Expand Down
13 changes: 13 additions & 0 deletions release_notes/3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Jasmine Selenium Runner 3.0 Release Notes

## Summary

Update to support Jasmine-Core 3.0

## Changes

* Bump selenium version and drop support for sauce connect

------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 5d8c706

Please sign in to comment.