We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0345b3 commit 9e7fcb2Copy full SHA for 9e7fcb2
3 files changed
CHANGELOG.md
@@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
12
13
-
14
15
+# 2.3.0
16
+
17
+- Added support for cuprite as the capybara driver
18
19
# 2.2.3
20
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- capybara-lockstep (2.2.3)
+ capybara-lockstep (2.3.0)
5
activesupport (>= 4.2)
6
capybara (>= 3.0)
7
ruby2_keywords
lib/capybara-lockstep/version.rb
@@ -1,5 +1,5 @@
module Capybara
module Lockstep
- VERSION = "2.2.3"
+ VERSION = "2.3.0"
end
0 commit comments