summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Remove `syck` traces from `bundler`David Rodríguez
2021-08-31[rubygems/rubygems] Fix `bundle plugin install` misdetection of installed ver...David Rodríguez
2021-08-31[rubygems/rubygems] Normalize setting `GEM_PATH`David Rodríguez
2021-08-31[rubygems/rubygems] Make plugin installation idempotentDavid Rodríguez
2021-08-31[rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz
2021-08-31[rubygems/rubygems] Fix `bundle check` showing duplicated gemsDavid Rodríguez
2021-08-31[rubygems/rubygems] Restore working `bundle check` behaviourDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix some failing Bundler tests with old Git.Jun Aruga
2021-08-31[rubygems/rubygems] Respect `BUNDLE_USER_HOME` for global config locationDavid Rodríguez
2021-08-31[rubygems/rubygems] Disable `RUBYGEMS_GEMDEPS` for bundler spec runDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove `RUBYGEMS_GEMDEPS` warningDavid Rodríguez
2021-08-31[rubygems/rubygems] Expect the right permissions on WindowsDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix git repo initialization on a path with spacesDavid Rodríguez
2021-08-31[rubygems/rubygems] Simplify overkill usage of shared examplesDavid Rodríguez
2021-08-31[rubygems/rubygems] Deprecate `bundle exec --no-keep-file-descriptors`David Rodríguez
2021-08-31[rubygems/rubygems] Exclude gemspec file itself from gemNobuyoshi Nakada
2021-08-31[rubygems/rubygems] typos in UI messages: fix a couple missing spaces between...Tim Sutton
2021-08-31[rubygems/rubygems] The `--local` flag to `bundle install` shouldn't hit the ...David Rodríguez
2021-08-31[rubygems/rubygems] Requiring `bundler/setup` shouldn't try to hit the networkDavid Rodríguez
2021-08-31[rubygems/rubygems] Improve "gem not found in source" errorsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix standalone generated script to deal with path sourcesDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary `ruby_version` local variableDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary `ruby_engine` local variableDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary `path` local variableDavid Rodríguez
2021-08-31[rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix standalone install of default gemsDavid Rodríguez
2021-08-31[rubygems/rubygems] This spec can pass now on ruby 3David Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary test repositoryDavid Rodríguez
2021-08-31[rubygems/rubygems] Give a `bundle install` hint when `bundle list` failsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary escape sequencesDavid Rodríguez
2021-08-31[rubygems/rubygems] Show all missing gems when using a bundle before installi...David Rodríguez
2021-08-30Fix rubyspec_capiext dependency and flagsNobuyoshi Nakada
2021-08-30Fix dllimport attributeNobuyoshi Nakada
2021-08-22Fix failures on non-UTF-8 environment [Bug #18077]Nobuyoshi Nakada
2021-08-22Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis
2021-08-21Allow tracing of optimized methodsJeremy Evans
2021-08-19Fix test failure on spec/ruby/language/pattern_matching_spec.rbKazuki Tsujimoto
2021-08-19Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto
2021-08-13Update to ruby/spec@330c641Benoit Daloze
2021-08-07Suppress unused-result warningsS.H
2021-07-30Tweak rb_str_modify_expand() + read() spec to try to find out why it fails on...Benoit Daloze
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-07-29Update to ruby/spec@b65d01fBenoit Daloze
2021-07-29Update to ruby/mspec@9542a88Benoit Daloze
2021-07-27Bump unicode version for Ruby 3.1Hiroshi SHIBATA
2021-07-27[rubygems/rubygems] Remove the warning for not defining a gem server sourceDaniel Niknam
2021-07-27[rubygems/rubygems] Refactor Bundler::Dsl#check_rubygems_source_safety to imp...Daniel Niknam
2021-07-27[rubygems/rubygems] Deprecate Gemfile without an explicit global sourceDaniel Niknam
2021-07-27[rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam