summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2023-04-11Removed file that is part of d89cc317c642848008f5b17a82196d25ddcdf124Hiroshi SHIBATA
2023-04-07[rubygems/rubygems] Remove one fallback to full indexes on big gemfilesDavid Rodríguez
2023-04-07[Bug #19584] Register global variables before assignmentNobuyoshi Nakada
2023-04-06Load only SyntaxSuggest::VERSION for version checkHiroshi SHIBATA
2023-04-06v1.0.4schneems
2023-04-06v1.0.3schneems
2023-04-06[ruby/syntax_suggest] Rollback comment indentation behaviorschneems
2023-04-06[ruby/syntax_suggest] Add comments and refactor AroundBlockScan methodsschneems
2023-04-06[ruby/syntax_suggest] Fix sibling bug to #177schneems
2023-04-06[ruby/syntax_suggest] Preserve whitespace in front of commentsschneems
2023-04-06[rubygems/rubygems] Fix resolver hangs when dealing with an incomplete lockfileDavid Rodríguez
2023-04-04Revert "Fix transient heap mode"Aaron Patterson
2023-04-04Implement `Process.warmup`Jean Boussier
2023-03-28[rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule ...Josef Šimánek
2023-03-28[rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez
2023-03-28[rubygems/rubygems] Fix incorrect removal of "ruby" platform from lockfileDavid Rodríguez
2023-03-28[rubygems/rubygems] Fix unnecessary downgrade of top level dependency when un...David Rodríguez
2023-03-28[rubygems/rubygems] Rewrite GemVersionPromoter specsMichael Siegfried
2023-03-24Raise ArgumentError if IO.read is provided negative offsetJeremy Evans
2023-03-24Add Dir.fchdirJeremy Evans
2023-03-24Change Hash#compact to keep default values and compare_by_identity flagJeremy Evans
2023-03-24Copy compare_by_identity flag for empty hashes in Hash.ruby2_keywords_hashJeremy Evans
2023-03-24Do not copy compare_by_identity flag for non-empty hashes in Hash.[]Jeremy Evans
2023-03-23Don't suggest `--full-index` on API Response mismatch errorsDavid Rodríguez
2023-03-23Fix logging the fallback to the full index on GemspecError'sDavid Rodríguez
2023-03-23Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez
2023-03-23Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez
2023-03-22[rubygems/rubygems] Use indented heredocNobuyoshi Nakada
2023-03-22Added assertion values for Amazon Linux 2023Hiroshi SHIBATA
2023-03-17When running `bundle lock --update <name>`, checkout locked revision of unrel...David Rodríguez
2023-03-17Don´t consider platform specific candidates when `force_ruby_platform` setDavid Rodríguez
2023-03-17Don't ignore pre-releases when there's only one candidateDavid Rodríguez
2023-03-17Normalize git sourcesDavid Rodríguez
2023-03-17[rubygems/rubygems] Fix incorrect error message when multiple platforms are l...David Rodríguez
2023-03-17[rubygems/rubygems] Remove unnecessary `specific_local_platform` test helperDavid Rodríguez
2023-03-17[rubygems/rubygems] Simplify `lockfile_platforms` helperDavid Rodríguez
2023-03-17[rubygems/rubygems] Remove unnecessary `local` helperDavid Rodríguez
2023-03-17[rubygems/rubygems] Use more common linux platform for specsDavid Rodríguez
2023-03-17[rubygems/rubygems] Use splatted args to `lockfile_platforms_for`David Rodríguez
2023-03-16[rubygems/rubygems] Applied Layout/SpaceAroundOperators copHiroshi SHIBATA
2023-03-15[rubygems/rubygems] Use OpenSSL::Digest instead of digest stdlibHiroshi SHIBATA
2023-03-15rb_ary_sum: don't enter fast path if initial isn't a native numeric type.Jean Boussier
2023-03-10[rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gemsIan Ker-Seymer
2023-03-10Accept `sleep(nil)` as sleep forever. (#7484)Samuel Williams
2023-03-09Fix commit missNobuyoshi Nakada
2023-03-08Disable color mode of test-syntax-suggest when on dumb terminalNobuyoshi Nakada
2023-03-07[rubygems/rubygems] Respect --no-install option for git: sourcesJulie Haehn
2023-03-07[rubygems/rubygems] Better suggestion when `bundler/setup` fails due to missi...David Rodríguez
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun