summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswinMSP-Greg2022-11-212-2/+2
* Update RSpec gemsDavid Rodríguez2022-11-151-6/+9
* Deal with different Ruby versionsTakashi Kokubun2022-11-121-2/+10
* Fix a CI failure in bigdecimalTakashi Kokubun2022-11-121-1/+1
* Migrate our resolver engine to PubGrubHiroshi SHIBATA2022-11-1215-239/+181
* Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA2022-11-113-0/+63