Closed rymai closed 5 years ago
Please, don't relax this way. You may not what changes the 3 version will include. For example: https://github.com/bundler/bundler/issues/694
I recommend to use something like '>= 1.3.0', '< 3'
Please, don't relax this way. You may not what changes the 3 version will include. For example: bundler/bundler#694
I recommend to use something like
'>= 1.3.0', '< 3'
You're right, I mimicked what Rails does but it's not the same use case here.
@AlexWayfer FYI guard-bundler
2.2.1
has been released with this bundler
restriction.
@AlexWayfer FYI
guard-bundler
2.2.1
has been released with thisbundler
restriction.
Thank you!
Closes https://github.com/guard/guard-bundler/issues/34.