according to https://stackoverflow.com/questions/5101591/what-does-mean-in-a-gem-file ~> 2.0.0 means ">= 2.0.0 and < 2.1" in version numbers. seems like it is wildly known, is there any plan to support this syntax?
according to https://stackoverflow.com/questions/5101591/what-does-mean-in-a-gem-file
~> 2.0.0 means ">= 2.0.0 and < 2.1" in version numbers.
seems like it is wildly known, is there any plan to support this syntax?