-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note that I decided against releasing v2.9.0 mainly because both sqlite3 and nokogiri pin to `~> 2.8.0` and I just know that's going to cause a problem for Rails apps. So now I'm planning to cut a 2.8.5 release, and in the meantime will loosen the dependency requirements for those two libraries.
- Loading branch information
1 parent
4ebc761
commit c3a27ed
Showing
2 changed files
with
5 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
class MiniPortile | ||
VERSION = "2.9.0.rc1" | ||
VERSION = "2.8.5.rc1" | ||
end |