summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2023-03-28Merge RubyGems-3.4.10 and Bundler-2.4.10 (#7479)Hiroshi SHIBATA
2023-03-08merge revision(s) d2520b7b76759118071a16e6bca22726a5de9fb4: [Backport #19439]NARUSE, Yui
2023-03-02merge revision(s) 8ce2fb9bbbaea14737c84385b1573f743a30f773,3a0f6ce1d31eefd8af...NARUSE, Yui
2023-02-01Merge RubyGems 3.4.6 and Bundler 2.4.6 (#7214)Hiroshi SHIBATA
2023-01-25Merge the latest stable versions of RubyGems and Bundler to Ruby 3.2.x (#7061)Hiroshi SHIBATA
2023-01-25merge revision(s) 2c93c554019ebdc394d3c51c6d925620d3005f84,f5ea43a2e61789357e...NARUSE, Yui
2022-12-25Update Bundler to 2.4.1 & and RubyGems to 3.4.1David Rodríguez
2022-12-24Windows: Prefer USERPROFILE over HOMEPATHLars Kanis
2022-12-24Windows: Fix encoding of Dir.homeLars Kanis
2022-12-24Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA
2022-12-23Removed the needless test guard for syntax_suggest.Hiroshi SHIBATA
2022-12-23[ruby/syntax_suggest] Remove debug printNobuyoshi Nakada
2022-12-23[ruby/syntax_suggest] Should not hardcode ruby nameNobuyoshi Nakada
2022-12-22Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-20Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-20[rubygems/rubygems] fixMark Burns
2022-12-20[rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ...Josef Šimánek
2022-12-20[rubygems/rubygems] Use safe Marshal deserialization for dependency API respo...Josef Šimánek
2022-12-20[rubygems/rubygems] Fix crash when building resolution errors with OR require...David Rodríguez
2022-12-20[rubygems/rubygems] Add tests for bundle lockMichael Siegfried
2022-12-20[rubygems/rubygems] Test the public interfaceMichael Siegfried
2022-12-20[rubygems/rubygems] Support for pre flag in `bundle update`Michael Siegfried
2022-12-20[rubygems/rubygems] Fix crash when lockfile is missing dependenciesDavid Rodríguez
2022-12-18[rubygems/rubygems] Add bundle lock --update --bundlerAlyssa Ross
2022-12-15Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-13[rubygems/rubygems] Use better matcherDavid Rodríguez
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-12-09Clean up a temporary fileNobuyoshi Nakada
2022-12-09[Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada
2022-12-09Added condition for ruby/ruby repositoryHiroshi SHIBATA
2022-12-09Merge syntax_suggest masterHiroshi SHIBATA
2022-12-09Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-07Update spec/bundler/bundler/fetcher/compact_index_spec.rbAaron Patterson
2022-12-07Stop transitioning to UNDEF when undefining an instance variableAaron Patterson
2022-12-06update rbconfig spec to Unicode version 15.0.0Martin Dürst
2022-12-03Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada
2022-12-03UnboundMethod only refer defined_classKoichi Sasada
2022-12-02Skip examples for SyntaxError extensions on Ruby 3.2Hiroshi SHIBATA
2022-12-02[Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada
2022-12-02[Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada
2022-11-30Update SyntaxSuggest to use angle brackets `>`schneems
2022-11-28[ruby/syntax_suggest] Do not output "Syntax OK" when there's an errorschneems
2022-11-28[ruby/syntax_suggest] Failing test for #157schneems
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-11-22Use valid tokens as cookie namesNobuyoshi Nakada