Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Jun 21, 2024
1 parent 466d73a commit d145b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# Unreleased
# 2.2.2

- We now only wait for `<script>` elements with a JavaScript type
- We only wait for `<iframe>` elements with a `[src]` attribute
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-lockstep (2.2.1)
capybara-lockstep (2.2.2)
activesupport (>= 4.2)
capybara (>= 3.0)
ruby2_keywords
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara-lockstep/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capybara
module Lockstep
VERSION = "2.2.1"
VERSION = "2.2.2"
end
end

0 comments on commit d145b4a

Please sign in to comment.