Conversation
|
Could you move the directory from Basically, the version should be |
Aren’t they already moved, @pocke? Or did you mean to move to
That is correct. IIRC, there were no method changes between 2.2.2 and 2.2.4, although there were minor differences in the exposed internals that one could (but unlikely would) use. |
Ah, sorry. I meant moving to |
`@pocke` said in PR that “the version should be `MAJOR.MINOR`, but without a patch version.” Co-Authored-By: Masataka Pocke Kuwabara <p.ck.t22@gmail.com>
|
👌 |
This PR updates
rackRBS to Rack 2.2.4 by incorporating diffs between 2.2.2 and 2.2.4.This PR directly
git mvthe 2.2.2 RBS and_testfiles to the 2.2.4 directory. Because Rack’s RBS has untyped entries and potentially-incorrect types (#210), I determined it is not suitable for production (yet?) and did not keep the 2.2.2 directory. This PR does not address the aforementioned content issues.I ran
steep checkusing Bundler (to constraint Rack’s version to 2.2.4,Gemfile/.locknot checked in) andNo type error detected. 🧋