aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Remove unnecessary `ruby_version` local variableDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Remove unnecessary `ruby_engine` local variableDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Remove unnecessary `path` local variableDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez2021-08-311-0/+14
* [rubygems/rubygems] Fix standalone install of default gemsDavid Rodríguez2021-08-311-0/+39
* [rubygems/rubygems] This spec can pass now on ruby 3David Rodríguez2021-08-311-2/+2
* [rubygems/rubygems] Remove unnecessary test repositoryDavid Rodríguez2021-08-311-5/+3
* [rubygems/rubygems] Give a `bundle install` hint when `bundle list` failsDavid Rodríguez2021-08-311-0/+1
* [rubygems/rubygems] Remove unnecessary escape sequencesDavid Rodríguez2021-08-311-6/+6
* [rubygems/rubygems] Show all missing gems when using a bundle before installi...David Rodríguez2021-08-311-0/+30
* Fix rubyspec_capiext dependency and flagsNobuyoshi Nakada2021-08-301-4/+3
* Fix dllimport attributeNobuyoshi Nakada2021-08-301-1/+1
* Fix failures on non-UTF-8 environment [Bug #18077]Nobuyoshi Nakada2021-08-222-2/+6
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-222-4/+8
* Allow tracing of optimized methodsJeremy Evans2021-08-211-3/+4
* Fix test failure on spec/ruby/language/pattern_matching_spec.rbKazuki Tsujimoto2021-08-191-5/+8
* Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto2021-08-191-0/+11
* Update to ruby/spec@330c641Benoit Daloze2021-08-136-98/+123
* Suppress unused-result warningsS.H2021-08-071-2/+6
* Tweak rb_str_modify_expand() + read() spec to try to find out why it fails on...Benoit Daloze2021-07-303-9/+21
* Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans2021-07-291-4/+14
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-29186-3248/+3865
* Update to ruby/mspec@9542a88Benoit Daloze2021-07-292-3/+3
* Bump unicode version for Ruby 3.1Hiroshi SHIBATA2021-07-271-2/+2
* [rubygems/rubygems] Remove the warning for not defining a gem server sourceDaniel Niknam2021-07-271-2/+4
* [rubygems/rubygems] Refactor Bundler::Dsl#check_rubygems_source_safety to imp...Daniel Niknam2021-07-271-1/+1
* [rubygems/rubygems] Deprecate Gemfile without an explicit global sourceDaniel Niknam2021-07-271-0/+17
* [rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam2021-07-2743-40/+324
* [rubygems/rubygems] Implement Bundler::SourceList#implicit_global_source?Daniel Niknam2021-07-271-0/+15
* [rubygems/rubygems] Implement Bundler::Source::Rubygems#no_remotes?Daniel Niknam2021-07-271-0/+14
* [rubygems/rubygems] The `--quiet` should still display warningsDavid Rodríguez2021-07-271-2/+16
* [rubygems/rubygems] Make `--quiet` spec independent on the specific warningDavid Rodríguez2021-07-271-4/+22
* [rubygems/rubygems] Remove `gem install` hint when installing a gem failsDavid Rodríguez2021-07-272-96/+3
* [rubygems/rubygems] Fix bundler binstub version selectionDavid Rodríguez2021-07-271-4/+11
* [rubygems/rubygems] Remove LoadError message in regards to requiring a relati...Daniel Niknam2021-07-271-1/+0
* [rubygems/rubygems] Fix interrupt handling in Bundler workersAndrew Haines2021-07-271-0/+47
* rb_iterate is no longer used in ruby/specBenoit Daloze2021-07-261-1/+0
* Remove meaningless IO#close_on_exec= spec [Feature #17745]Nobuyoshi Nakada2021-07-201-4/+0
* Use rb_block_call() instead of the deprecated rb_iterate()Nobuyoshi Nakada2021-07-182-17/+13
* Disable spec of `pattern matching is experimental` since 3.1Kazuhiro NISHIYAMA2021-07-171-14/+16
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+40
* [rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez2021-07-161-0/+6
* [rubygems/rubygems] fix dangling empty hooksAndre Arko2021-07-161-0/+6
* [rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko2021-07-161-1/+1
* [rubygems/rubygems] remove focusAndre Arko2021-07-161-1/+1
* [rubygems/rubygems] Fix development gem unintentionally removed on an edge caseDavid Rodríguez2021-07-161-0/+1
* Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA2021-07-1412-81/+185
* Fix ruby_version guards in Unicode/Emoji version specsMartin Dürst2021-07-082-3/+3