-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix warning: dont call =~ on an Array, which is returning nil anyhow (#…
…94) * fix warning: dont call =~ on an Array, which is returning nil anyhow * update History file and bump version * bump version in 4.2 lock file as well
- Loading branch information
1 parent
259055d
commit 511ef91
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ GIT | |
PATH | ||
remote: .. | ||
specs: | ||
pickle (0.7.0) | ||
pickle (0.7.1) | ||
cucumber (>= 3.0, < 8.0) | ||
rake | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Pickle | ||
VERSION = "0.7.0" | ||
VERSION = "0.7.1" | ||
end |