aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Try to fix other failures of writing XDG_CONFIG_HOMEKazuhiro NISHIYAMA2021-04-192-11/+11
* Fix writing XDG_CONFIG_HOME in test-bundlerKazuhiro NISHIYAMA2021-04-171-0/+11
* spec/ruby/core/hash/transform_keys_spec.rb: Fix the failure of ruby_3_0Yusuke Endoh2021-04-161-2/+2
* Merge the master branch of BundlerHiroshi SHIBATA2021-04-1535-423/+1424
* spec/ruby/library/matrix/: Change the version guard to 3.1.0Yusuke Endoh2021-04-151-1/+1
* spec/ruby/library/matrix/: Change the version guard to 3.0.2Yusuke Endoh2021-04-061-1/+1
* Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya2021-03-281-1/+11
* Update to ruby/spec@fd6edddBenoit Daloze2021-03-2726-84/+501
* Update to ruby/mspec@d1adf59Benoit Daloze2021-03-27115-3117/+3213
* Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya2021-03-271-0/+19
* Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada2021-03-261-0/+28
* Fix test-bundler failures when XDG_CONFIG_HOME is not writableKazuhiro NISHIYAMA2021-03-242-0/+5
* File.dirname optional levelNobuyoshi Nakada2021-03-151-0/+16
* Sync latest development version of bundler & rubygemsDavid Rodríguez2021-03-0849-438/+1456
* Skip spec which does not work on mingwBenoit Daloze2021-02-281-1/+1
* Update to ruby/spec@37e52e5Benoit Daloze2021-02-2748-65/+812
* Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans2021-02-202-18/+22
* Fix a spec failureKazuhiro NISHIYAMA2021-02-161-2/+10
* Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada2021-02-121-10/+4
* The Queue constructor should take an initial set of objectsChris Seaton2021-02-111-0/+44
* Fix failures with EditLineKazuhiro NISHIYAMA2021-02-032-2/+2
* Fix failure when build in srcdir/buildKazuhiro NISHIYAMA2021-01-291-0/+1
* Fixed Kernel#rand specNobuyoshi Nakada2021-01-291-10/+10
* Update to ruby/spec@8cafaa5Benoit Daloze2021-01-2835-10/+832
* Add fallback when PWD is not setKazuhiro NISHIYAMA2021-01-281-2/+6
* Use PWD instead of source_rootKazuhiro NISHIYAMA2021-01-281-1/+2
* Remove require_path from $LOADED_FEATURESKazuhiro NISHIYAMA2021-01-281-0/+1
* Delete path including `/../` tooKazuhiro NISHIYAMA2021-01-281-1/+4
* Taint flags has been deprecated in 3.1Nobuyoshi Nakada2021-01-274-2/+17
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-196-6/+6
* Upcoming Struct#new behaviorNobuyoshi Nakada2021-01-181-7/+22
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-132-2/+2
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-123-19/+70
* [ruby/matrix] use an exclusive range [Bug #17521]Nobuyoshi Nakada2021-01-111-1/+1
* [ruby/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune2021-01-101-3/+16
* Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA2021-01-0437-245/+293
* Suppress too big exponent warningsNobuyoshi Nakada2020-12-281-5/+15
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-27108-265/+1320
* Update to ruby/mspec@a40a674Benoit Daloze2020-12-274-15/+16
* Fix typosMarcus Stollsteimer2020-12-244-4/+4
* Fix class of method in Method#inspect for singleton classes of classesJeremy Evans2020-12-231-0/+6
* Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA2020-12-235-1/+204
* Enumerator.new: raise unless block given卜部昌平2020-12-222-30/+42
* Remvoed no longer needed version guardsNobuyoshi Nakada2020-12-223-16/+0
* Removed rb_cData entityNobuyoshi Nakada2020-12-223-1/+9
* Data: delete卜部昌平2020-12-221-7/+9
* Fix misspellings [ci skip]Kazuhiro NISHIYAMA2020-12-213-3/+3
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-21144-389/+391
* Fixed indefinite articles before "Integer" [ci skip]Nobuyoshi Nakada2020-12-215-5/+5
* Fixnum as a Symbol was an old feature until 1.6Nobuyoshi Nakada2020-12-218-8/+8