summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge RubyGems-3.4.10 and Bundler-2.4.10 (#7479)Hiroshi SHIBATA2023-03-2840-93/+852
* merge revision(s) d2520b7b76759118071a16e6bca22726a5de9fb4: [Backport #19439]NARUSE, Yui2023-03-081-0/+11
* merge revision(s) 8ce2fb9bbbaea14737c84385b1573f743a30f773,3a0f6ce1d31eefd8af...NARUSE, Yui2023-03-022-0/+15
* Merge RubyGems 3.4.6 and Bundler 2.4.6 (#7214)Hiroshi SHIBATA2023-02-015-5/+221
* Merge the latest stable versions of RubyGems and Bundler to Ruby 3.2.x (#7061)Hiroshi SHIBATA2023-01-2530-416/+843
* merge revision(s) 2c93c554019ebdc394d3c51c6d925620d3005f84,f5ea43a2e61789357e...NARUSE, Yui2023-01-251-1/+7
* Update Bundler to 2.4.1 & and RubyGems to 3.4.1David Rodríguez2022-12-253-0/+57
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2022-12-241-0/+17
* Windows: Fix encoding of Dir.homeLars Kanis2022-12-241-0/+11
* Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA2022-12-248-24/+332
* Removed the needless test guard for syntax_suggest.Hiroshi SHIBATA2022-12-231-4/+0
* [ruby/syntax_suggest] Remove debug printNobuyoshi Nakada2022-12-231-1/+1
* [ruby/syntax_suggest] Should not hardcode ruby nameNobuyoshi Nakada2022-12-231-9/+10
* Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-221-39/+43
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-13/+13
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-8/+0
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-203-20/+103
* [rubygems/rubygems] fixMark Burns2022-12-201-0/+46
* [rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ...Josef Šimánek2022-12-201-6/+25
* [rubygems/rubygems] Use safe Marshal deserialization for dependency API respo...Josef Šimánek2022-12-202-1/+21
* [rubygems/rubygems] Fix crash when building resolution errors with OR require...David Rodríguez2022-12-201-0/+39
* [rubygems/rubygems] Add tests for bundle lockMichael Siegfried2022-12-201-1/+30
* [rubygems/rubygems] Test the public interfaceMichael Siegfried2022-12-201-55/+60
* [rubygems/rubygems] Support for pre flag in `bundle update`Michael Siegfried2022-12-201-1/+30
* [rubygems/rubygems] Fix crash when lockfile is missing dependenciesDavid Rodríguez2022-12-202-34/+53
* [rubygems/rubygems] Add bundle lock --update --bundlerAlyssa Ross2022-12-181-0/+20
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-1553-464/+619
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-152-2/+6
* [rubygems/rubygems] Use better matcherDavid Rodríguez2022-12-131-1/+1
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-1218-92/+83
* Add spec for fiber storage. (#6896)Samuel Williams2022-12-101-0/+111
* Clean up a temporary fileNobuyoshi Nakada2022-12-091-1/+4
* [Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada2022-12-091-3/+5
* Added condition for ruby/ruby repositoryHiroshi SHIBATA2022-12-091-1/+5
* Merge syntax_suggest masterHiroshi SHIBATA2022-12-092-8/+34
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-0912-46/+176
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-082-6/+19
* Update spec/bundler/bundler/fetcher/compact_index_spec.rbAaron Patterson2022-12-071-2/+0
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-071-0/+2
* update rbconfig spec to Unicode version 15.0.0Martin Dürst2022-12-062-4/+4
* Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada2022-12-031-6/+0
* UnboundMethod only refer defined_classKoichi Sasada2022-12-034-17/+58
* Skip examples for SyntaxError extensions on Ruby 3.2Hiroshi SHIBATA2022-12-021-0/+4
* [Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada2022-12-021-6/+3
* [Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada2022-12-021-2/+4
* Update SyntaxSuggest to use angle brackets `>`schneems2022-11-306-50/+50
* [ruby/syntax_suggest] Do not output "Syntax OK" when there's an errorschneems2022-11-282-2/+2
* [ruby/syntax_suggest] Failing test for #157schneems2022-11-281-0/+16
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-7/+21
* Use valid tokens as cookie namesNobuyoshi Nakada2022-11-222-11/+11