Skip to content

Commit 9e7fcb2

Browse files
Version 2.3.0
1 parent d0345b3 commit 9e7fcb2

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1212

1313
-
1414

15+
# 2.3.0
16+
17+
- Added support for cuprite as the capybara driver
1518

1619
# 2.2.3
1720

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
capybara-lockstep (2.2.3)
4+
capybara-lockstep (2.3.0)
55
activesupport (>= 4.2)
66
capybara (>= 3.0)
77
ruby2_keywords

lib/capybara-lockstep/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Capybara
22
module Lockstep
3-
VERSION = "2.2.3"
3+
VERSION = "2.3.0"
44
end
55
end

0 commit comments

Comments
 (0)