summaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
| | | | https://github.com/ruby/irb/commit/07fae94862
* Update Bundler to 2.4.1 & and RubyGems to 3.4.1David Rodríguez2022-12-251-1/+1
|
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-121-4/+1
| | | | from https://github.com/rubygems/rubygems/commit/bfb0ae69776069155d2092702bfbb5a12617d85a
* [ruby/erb] Drop deprecated -S option from erb commandTakashi Kokubun2022-11-241-11/+1
| | | | | | | | We attempted to remove things like this and reverted all of them, but I think nobody relies on this unlike the positional arguments of `ERB#initialize`. https://github.com/ruby/erb/commit/92fde7e403
* Added syntax_suggest cli and resolve failing exapmle with itHiroshi SHIBATA2022-08-261-0/+7
|
* Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA2022-04-281-1/+1
|
* [rubygems/rubygems] Remove extra closing bracket in version warningPaul Kuruvilla2022-03-141-1/+1
| | | | https://github.com/rubygems/rubygems/commit/a3b9f19080
* [ruby/rdoc] Relative loading for easier development ↵Ulysse Buonomo2022-02-121-1/+0
| | | | | | | | | | | | | | | (https://github.com/ruby/rdoc/pull/821) This patch makes sure we only load relative code. Hence when coding or testing rdoc, we'll be sure to always be using the correct code. Discussion started at https://github.com/ruby/rdoc/pull/817. Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com> https://github.com/ruby/rdoc/commit/aa41bd48eb Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* [ruby/irb] require_relative can't be used for default gems' exe filesst00122022-01-181-1/+1
| | | | | | | | | | | | The `exe` folder and `lib` folder of default gems don't locate under the same place. While `exe/irb` will be under the gem folder, `irb.rb` will be under `lib/ruby/VERSION/`. So `require_relative` will make `irb` unuseable when shipped with Ruby. Related discussion in the comments: https://github.com/ruby/irb/pull/335 https://github.com/ruby/irb/commit/99d3aa979d
* [ruby/irb] Use require_relative to require lib filesst00122022-01-171-1/+1
| | | | | | | | | 1. `require` can mislead Ruby to load system irb's files and cause constant redefined warnings as other code loads the same module/class from lib folder. 2. Most files already use `require_relative`. https://github.com/ruby/irb/commit/848d339f2e
* [rubygems/rubygems] Print warning when running potentially problematic ↵David Rodríguez2021-12-211-0/+9
| | | | | | | | rubygems + ruby combinations https://github.com/rubygems/rubygems/commit/d6df0b7de0 Co-authored-by: André Arko <andre@arko.net>
* [rubygems/rubygems] Remove ancient checkDavid Rodríguez2021-12-211-10/+0
| | | | https://github.com/rubygems/rubygems/commit/d647ab5607
* [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta2021-09-101-1/+0
| | | | https://github.com/ruby/irb/commit/e736a77076
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+1
| | | | https://github.com/ruby/irb/commit/b12f0cb8e2
* 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