Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly constrain version of meilisearch ruby gem
twiddle-wakka (~>) operator is not meant only for minor versions, its behavior depends on how you specify the version. ~> 0.28 will grab anything >= 0.28 and < 1, while ~> 0.28.0 will grab >= 0.28.0 to < 0.29. For more information, see meilisearch#386 .
- Loading branch information