summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2021-07-27[rubygems/rubygems] Implement Bundler::SourceList#implicit_global_source?Daniel Niknam
2021-07-27[rubygems/rubygems] Implement Bundler::Source::Rubygems#no_remotes?Daniel Niknam
2021-07-27[rubygems/rubygems] The `--quiet` should still display warningsDavid Rodríguez
2021-07-27[rubygems/rubygems] Make `--quiet` spec independent on the specific warningDavid Rodríguez
2021-07-27[rubygems/rubygems] Remove `gem install` hint when installing a gem failsDavid Rodríguez
2021-07-27[rubygems/rubygems] Fix bundler binstub version selectionDavid Rodríguez
2021-07-27[rubygems/rubygems] Remove LoadError message in regards to requiring a relati...Daniel Niknam
2021-07-27[rubygems/rubygems] Fix interrupt handling in Bundler workersAndrew Haines
2021-07-26rb_iterate is no longer used in ruby/specBenoit Daloze
2021-07-20Remove meaningless IO#close_on_exec= spec [Feature #17745]Nobuyoshi Nakada
2021-07-18Use rb_block_call() instead of the deprecated rb_iterate()Nobuyoshi Nakada
2021-07-17Disable spec of `pattern matching is experimental` since 3.1Kazuhiro NISHIYAMA
2021-07-17Fix a spec failureKazuhiro NISHIYAMA
2021-07-17Fix a spec failureKazuhiro NISHIYAMA
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-07-16[rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez
2021-07-16[rubygems/rubygems] fix dangling empty hooksAndre Arko
2021-07-16[rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko
2021-07-16[rubygems/rubygems] remove focusAndre Arko
2021-07-16[rubygems/rubygems] Fix development gem unintentionally removed on an edge caseDavid Rodríguez
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-07-08Fix ruby_version guards in Unicode/Emoji version specsMartin Dürst
2021-07-08Add new Unicode/Emoji version checks to spec/ruby/library/rbconfigMartin Dürst
2021-07-07Sync RubyGems and Bundler with upstreamHiroshi SHIBATA
2021-07-07Sync latest bundler & rubygems development versionDavid Rodríguez
2021-06-29[WIP] add error_squiggle gemYusuke Endoh
2021-06-02Update to ruby/spec@c6e9285Benoit Daloze
2021-06-02Update to ruby/spec@a0b7d0dBenoit Daloze
2021-06-02Update to ruby/mspec@0091e8aBenoit Daloze
2021-06-02Skip a `File.atime` test randomly failing on Travis ppc64le.Jun Aruga
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-05-27Guard ruby/spec with spec/mspec/tool/wrap_with_guard.rbHiroshi SHIBATA
2021-05-17Use a shared spec for YAML.load and YAML.unsafe_loadBenoit Daloze
2021-05-17Prefer respond_to? to defined? in MSpecBenoit Daloze
2021-05-17spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1Yusuke Endoh
2021-05-17Revert "Use YAML.unsafe_load instead of YAML.load."Yusuke Endoh
2021-05-17Use YAML.unsafe_load instead of YAML.load.Hiroshi SHIBATA
2021-05-12Fix handling of control/meta escapes in literal regexpsJeremy Evans
2021-05-11Run nmake check on Actions (#4487)Takashi Kokubun
2021-05-11Sync bundler & rubygemsDavid Rodríguez
2021-05-06net-http no longer requires stringioNobuyoshi Nakada
2021-05-04spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for WindowsMSP-Greg
2021-04-26spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changedYusuke Endoh
2021-04-19Try to fix other failures of writing XDG_CONFIG_HOMEKazuhiro NISHIYAMA