aboutsummaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused option on raccHiroshi SHIBATA2020-09-281-4/+0
|
* Fixed the wrong variable for --executable flagHiroshi SHIBATA2020-09-281-1/+1
|
* [Fixes #137] Improve reportingMarc-Andre Lafortune2020-09-281-9/+30
|
* fixup d6a94a0c4b416d4e4a5b25ab8d5482bad00f9765Hiroshi SHIBATA2020-09-281-3/+3
|
* Removed useless RCS revisionsHiroshi SHIBATA2020-09-281-5/+2
|
* Fix erb executableLars Kanis2020-08-251-3/+1
| | | | | Run ERb processing unconditionally since __FILE__ and $0 doesn't match in a gem context.
* Promote erb to default gemsHiroshi SHIBATA2020-08-211-0/+176
|
* Sync Bundler PR #3624 with HEAD commitsHiroshi SHIBATA2020-05-221-0/+3
|
* Fixed typos in raccNobuyoshi Nakada2020-04-271-1/+1
|
* Removed the old executables of raccHiroshi SHIBATA2020-01-012-534/+0
| | | | | | [ruby-core:93516][Feature #15982] https://github.com/ruby/racc/pull/123
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
| | | | Fixed misspellings reported at [Bug #16437], for default gems.
* [bundler/bundler] Require relatively from exe/ when possibleDavid Rodríguez2019-08-181-3/+19
| | | | https://github.com/bundler/bundler/commit/e4cbb91b7d
* [bundler/bundler] Revert "Migrate requires from exe/ to also be relative"David Rodríguez2019-08-031-3/+3
| | | | | | This reverts commit d9d2bf6d522dd36d1ef2732e87cef8b7cba729fd. https://github.com/bundler/bundler/commit/eeb2ff1561
* [bundler/bundler] Migrate requires from exe/ to also be relativeDavid Rodríguez2019-08-031-3/+3
| | | | https://github.com/bundler/bundler/commit/d9d2bf6d52
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-193-0/+840
|
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-141-60/+0
| | | | | | https://github.com/bundler/bundler/commit/a53709556b95a914e874b22ed2116a46b0528852 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge Bundler 2.0.1 from upstream.hsbt2019-01-041-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Downgrade Bundler 1.17.x from 2.0.0.hsbt2018-12-111-1/+1
| | | | | | | | We have the platform issue on heroku: * https://gist.github.com/schneems/26452540f6e2bbbcf2ea144f45f6b305 * https://github.com/heroku/heroku-buildpack-ruby/issues/833 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Revert "Remove `libexec/bundle_ruby`"hsbt2018-12-051-0/+60
| | | | | | This reverts commit 3f708604920f2fd7a105d5f092240737add15ef1. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove `libexec/bundle_ruby`kazu2018-12-051-60/+0
| | | | | | | see r65979 [Bug #15291][ruby-dev:50663] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use stub executables generated by RubyGems istead of original executables.hsbt2018-11-256-0/+162
It resolved the conflict issues when invoking `gem i rdoc` and the binstub issues with Bundler and Rails. [Bug #5060][ruby-core:38257][Fix GH-2023] * https://github.com/rubygems/rubygems/pull/2338 * https://github.com/heroku/heroku-buildpack-ruby/issues/829 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e