summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2024-06-06[rubygems/rubygems] Simplify check for ruby-core setupDavid Rodriguez
2024-06-06[rubygems/rubygems] The `system_gem_path` helper method already joins internallyDavid Rodriguez
2024-06-06[rubygems/rubygems] The `default_bundle_path` helper method already joins int...David Rodriguez
2024-06-06[rubygems/rubygems] The `home` helper method already joins internallyDavid Rodriguez
2024-06-06[rubygems/rubygems] The `bundled_app` helper method already joins internallyDavid Rodriguez
2024-06-06[rubygems/rubygems] The `tmp` test helper already joins internallyDavid Rodriguez
2024-06-04[rubygems/rubygems] Relax readline prompt testtompng
2024-06-03Revert "Skip failing Bundler specs for now"Takashi Kokubun
2024-06-03Skip failing Bundler specs for nowTakashi Kokubun
2024-05-31[rubygems/rubygems] String search based parsing of compact index versionsMartin Emde
2024-05-31[rubygems/rubygems] Raise a friendly error whenever commands run in subshell ...David Rodríguez
2024-05-31[rubygems/rubygems] Remove no longer necessary codeDavid Rodríguez
2024-05-31[rubygems/rubygems] Move compact index concurrency to fetcherMartin Emde
2024-05-31[rubygems/rubygems] Make sure `rake` auto install works on Windows + Ruby 3.0David Rodríguez
2024-05-30[rubygems/rubygems] Don't let `bundle config` report a path without a Gemfile...David Rodríguez
2024-05-29[rubygems/rubygems] Improve default gem handling by treating default gems as ...David Rodríguez
2024-05-29Fix the case COLUMNS is unsetNobuyoshi Nakada
2024-05-29Round down test-spec folding width to a multiple of 20Nobuyoshi Nakada
2024-05-29[Bug #20438] Disallow "%\n" and "%\0"Nobuyoshi Nakada
2024-05-28Stop marking chilled strings as frozenÉtienne Barrié
2024-05-25[rubygems/rubygems] Add CompactIndexClient::Parser specsMartin Emde
2024-05-25[rubygems/rubygems] Reorganize and refactor CompactIndexClientMartin Emde
2024-05-24Update duplicated when clause warning messageKevin Newton
2024-05-24[rubygems/rubygems] Rework `bundle gem` specs so that they work on WindowsDavid Rodríguez
2024-05-24[rubygems/rubygems] Fix error messages to not mention cached gems when they w...David Rodríguez
2024-05-24[rubygems/rubygems] Fix performance regression on applications with a local c...David Rodríguez
2024-05-23[rubygems/rubygems] Remove MD5 ETag generation from compact indexMartin Emde
2024-05-22[rubygems/rubygems] fix for gems not downloading from git via httpEllen Keal
2024-05-20[PRISM] Remove old prism spec workflow, just use default.mspec nowKevin Newton
2024-05-19Update to ruby/spec@6b04c1dAndrew Konchin
2024-05-17[PRISM] Emit END event for modulesKevin Newton
2024-05-16[rubygems/rubygems] Fix regression when caching gems from secondary sourcesDavid Rodriguez
2024-05-13[rubygems/rubygems] Fix error when Bundler installation is corruptedDavid Rodriguez
2024-05-09Add a ruby_bug spec for String#index clearing $~Jean Boussier
2024-05-03[rubygems/rubygems] Remove `Gem::Specification#mark_version`David Rodriguez
2024-05-02Reject empty lines in IRB binding specStan Lo
2024-05-02[PRISM] Enable Socket.gethostbyaddr specKevin Newton
2024-05-02Declare as NORETURNNobuyoshi Nakada
2024-05-01[PRISM] Enable passing Symbol specsKevin Newton
2024-05-01Skip Warning.[] spec if mspec is passing warning optionsKevin Newton
2024-05-01[PRISM] Support interpolated regexp with encoding modifiersKevin Newton
2024-04-29[rubygems/rubygems] Make sure to force latest resolvable version explicitlyDavid Rodriguez
2024-04-29[rubygems/rubygems] Fix circular require warningDavid Rodríguez
2024-04-29[rubygems/rubygems] Show better error when installed gemspecs are unreadableDavid Rodríguez
2024-04-29[rubygems/rubygems] Fix issue with `bundle update` with an out of sync lockfileDavid Rodríguez
2024-04-26[PRISM] Use redundant return flagKevin Newton
2024-04-26[PRISM] Enable coverage in eval ISEQsKevin Newton
2024-04-26[PRISM] Enable coverage in top and main iseqsKevin Newton
2024-04-25[PRISM] Raise LoadError when file cannot be readKevin Newton
2024-04-25[rubygems/rubygems] Add auto_install support to require "bundler/setup"Josh Nichols