You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it make sense to bump up the gem version to 1.0? Any minor
version would work too. Every time i specify dependency it comes out like this:
gem "hashr", "~> 0"
gem "hashr", "0.0.22"
Its a bit of pain since its not super readable. Seems like the library is already mature,
with only 1 release per year (0.0.21 -> 0.0.22), and has all features.
Thoughts ?
The text was updated successfully, but these errors were encountered:
I'm not sure I really understand the issue. We only have, e.g., gem 'hashr', '~> 0.0.20' in our Gemfiles in various places, which bundle update hashr will bump to 0.0.22
But yeah, I guess it's fine to just go for 1.0.0 by now. Will do a release.
Hey @svenfuchs,
Does it make sense to bump up the gem version to
1.0
? Any minorversion would work too. Every time i specify dependency it comes out like this:
Its a bit of pain since its not super readable. Seems like the library is already mature,
with only 1 release per year (0.0.21 -> 0.0.22), and has all features.
Thoughts ?
The text was updated successfully, but these errors were encountered: