summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about incorrect executable permissionsDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about minimum required RubyDavid Rodríguez
2024-09-20[rubygems/rubygems] Don't try to install locked bundler when `--local` is passedDavid Rodríguez
2024-09-18Update exception message in string_for_symbolJeremy Evans
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
2024-09-17[rubygems/rubygems] Bump rubies in CI to 3.3.5David Rodríguez
2024-09-17Skip failing examples related with https://github.com/ruby/ruby/commit/d81b05...Hiroshi SHIBATA
2024-09-17[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...David Rodríguez
2024-09-17[rubygems/rubygems] Improve specDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spec to setup a default gem correctlyDavid Rodríguez
2024-09-16Complete specDavid Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-13[rubygems/rubygems] Remove redundant arguments passed to `bundle` helperDavid Rodríguez
2024-09-13[rubygems/rubygems] Remove `BUNDLER_IGNORE_DEFAULT_GEM`David Rodríguez
2024-09-13[rubygems/rubygems] Make sure test does not load system version of BundlerDavid Rodríguez
2024-09-11[rubygems/rubygems] Uncomment and possibly fix spec on JRubyDavid Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-11[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...David Rodríguez
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-09-10Suppress constant warning for test-bundled-gems-specHiroshi SHIBATA
2024-09-10[rubygems/rubygems] Mark to exclude examples at ruby/ruby repositoryHiroshi SHIBATA
2024-09-10[rubygems/rubygems] Added example for bundler/inline conflictHiroshi SHIBATA
2024-09-09Implement String#append_as_bytes(String | Integer, ...)Jean Boussier
2024-09-09[rubygems/rubygems] Don't include hook templates in cached git sourceDaniel Colson
2024-09-06Implement Array#fetch_valuesJean Boussier
2024-09-05Move Time#xmlschema in core and optimize itJean Boussier
2024-09-04[rubygems/rubygems] Load gemspecs in the context of its parent also when usin...David Rodríguez
2024-09-03Range#step: restore legacy behavior for String rangeszverok
2024-09-02[rubygems/rubygems] Don't try to remove previous install folder if it's emptyDavid Rodríguez
2024-09-02[rubygems/rubygems] Improve insecure gem overwrite messageDavid Rodríguez
2024-09-02[rubygems/rubygems] Make ruby-core check not depend on ENVDavid Rodríguez
2024-08-30[rubygems/rubygems] Emit progress to stderr when `--parseable` is passed to `...Matt Brictson
2024-08-30[rubygems/rubygems] Don't blow up when explicit version is removed from some ...David Rodríguez
2024-08-30[rubygems/rubygems] Fix grammar in one spec descriptionDavid Rodríguez
2024-08-29[rubygems/rubygems] Reject unknown platforms when running `bundle lock --add-...David Rodríguez
2024-08-26[rubygems/rubygems] Emit progress to stderr when `--print` is passed to `bund...Matt Brictson
2024-08-26[rubygems/rubygems] Fix newline=false being ignored by Shell#warnMatt Brictson
2024-08-26bundle install with git repo needs to be run under the git environmentHiroshi SHIBATA
2024-08-23[rubygems/rubygems] Don't break if extra calls to File.writable? happenKJ Tsanaktsidis
2024-08-23[rubygems/rubygems] Fix error message when Bundler refuses to install due to ...David Rodríguez
2024-08-22[rubygems/rubygems] Fix `--prefer-local` flagDavid Rodríguez
2024-08-21[rubygems/rubygems] Restore support for passing relative paths to `:git`David Rodríguez
2024-08-21[rubygems/rubygems] Add missing flag passed to `git fetch`David Rodríguez
2024-08-21[rubygems/rubygems] Add better error when trying to develop RubyGems with an ...David Rodríguez
2024-08-21[rubygems/rubygems] Regeneration previous git application caches that didn't ...David Rodríguez
2024-08-20Remove dependency on Tempfile::Remover in leakchecker.rbPeter Zhu
2024-08-18Make Range#step to consistently use + for iteration (#7444)Victor Shepelev
2024-08-05[rubygems/rubygems] Don't remove existing platform gems when PLATFORMS sectio...David Rodríguez
2024-08-05[rubygems/rubygems] Fix locked source not getting respected when `bundle upda...David Rodríguez
2024-08-05[rubygems/rubygems] Extract a `build_repo3` helperDavid Rodríguez