Specify correct Ruby version required in 2.2.0
Closed this issue · 8 comments
tnir commented
In v2.2.0 (RubyGems.org v2.2.0), dropped Ruby 2.2 support due to #91.
Specify the version in the gemspec. @ioquatix thoughts?
From 83cd51e3fe6e1e2be1375602274caa6ae0ac2a86 Mon Sep 17 00:00:00 2001
From: nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Thu, 30 Jul 2015 04:20:00 +0000
Subject: [PATCH] variable.c: Module#deprecate_constant
* variable.c (rb_const_get_0): warn deprecated constant reference.
* variable.c (rb_mod_deprecate_constant): mark constants to be
warned as deprecated. [Feature #11398]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tnir commented
ioquatix commented
Is it safe to yank a release that people have in their lock files already?
tnir commented
I think it is safe when you yank 2.2.0 after you release 2.2.1. You can wait for 1 month as grace period after 2.2.1 is published.
deivid-rodriguez commented
I wouldn't recommend yanking because I don't think the benefits (some Ruby 2.2 users being able to skip a bad upgrade) outweigh the drawbacks (some modern Ruby users happily using 2.2.0 suddenly getting errors).
tnir commented
@deivid-rodriguez Thanks, it makes sense to me. Even tough, it is good to release 2.2.1 on rubygems.
deivid-rodriguez commented
Yes, definitely!
ioquatix commented
I am happy to release a new version with this version guard.