From a6c83cf4f5124ff5f0c01ce0c035e14201b86318 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 28 May 2021 17:20:16 -0400 Subject: [PATCH] version bump to v2.5.2 --- CHANGELOG.md | 7 +++++++ lib/mini_portile2/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc12d3..b9af9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## mini_portile changelog +### 2.5.2 / 2021-05-28 + +#### Dependencies + +Add `net-ftp` as an explicit dependency to accommodate the upcoming Ruby 3.1 changes that move this and other gems out of the "default" gem set and into the "bundled" gem set. See https://bugs.ruby-lang.org/issues/17873 [#101] + + ### 2.5.1 / 2021-04-28 #### Dependencies diff --git a/lib/mini_portile2/version.rb b/lib/mini_portile2/version.rb index b50dfd4..34a062e 100644 --- a/lib/mini_portile2/version.rb +++ b/lib/mini_portile2/version.rb @@ -1,3 +1,3 @@ class MiniPortile - VERSION = "2.5.1" + VERSION = "2.5.2" end