summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/Executable.bundler
Commit message (Expand)AuthorAgeFilesLines
* Add workaround from old rubygemsrelax_bundler_binstubDavid Rodríguez2019-07-231-1/+9
* Update error messages to be more preciseDavid Rodríguez2019-07-231-1/+1
* Remove unnecessary method parameterDavid Rodríguez2019-07-231-2/+2
* Use a consistent requirement in binstubDavid Rodríguez2019-07-231-9/+12
* Remove redundant begin-end blockDavid Rodríguez2019-07-231-2/+1
* Don't need 1.8 compatibilityDavid Rodríguez2019-07-231-2/+1
* Fix indentation of bundler executablemeganemura2018-11-061-1/+1
* RG < 1.8 compatibility in bundle binstubseg-bundler-binstub-under-2Samuel Giddins2017-08-251-1/+2
* Allow spaces in bundle update --bundler versionSamuel Giddins2017-08-251-3/+11
* When the locked bundler is under 2.0, allow any version < 2Samuel Giddins2017-08-251-0/+3
* Re-format the bundle binstub to conform to Bundler standardSamuel Giddins2017-07-211-10/+19
* Handle when Bundler is only available on the load pathSamuel Giddins2017-07-211-3/+16
* Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-0/+71