-
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip]
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Clearance | ||
VERSION = "2.8.0".freeze | ||
VERSION = "2.9.0".freeze | ||
end |
6bd5f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sej3506 Do you know why version
2.9.0
was published with the runtime dependencyrailties ~> 5.0
? Theclearance.gemspec
file correctly specifiesrailties >= 5.0
.6bd5f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other thing I noticed is that the required ruby version that is published is
>= 3.1.6
even though the gemspec file specifies>= 2.4.0
. I do think the gemspec file should be updated to>= 3.1
, I'm just confused how the published specs for version2.9.0
are out of sync with the gemspec file.6bd5f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hasghari Good catches. These are my bad. 🤦 Patch coming out shortly.