aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA2019-08-031-1/+1
|
* Fixed the broken example with ruby core structure.Hiroshi SHIBATA2019-08-031-1/+2
|
* [bundler/bundler] Always set `cache_all` via config during testsDavid Rodríguez2019-08-031-4/+8
| | | | | | | So that the behavior is the same regardless of the tested bundler version. https://github.com/bundler/bundler/commit/664549427a
* [bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/4c6a3c3cf7
* [bundler/bundler] Move duplicated code to `before` blocksGuillermo Guerrero2019-08-031-24/+6
| | | | https://github.com/bundler/bundler/commit/69bee117fb
* [bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez2019-08-031-1/+1
| | | | | | | These specs are only run on bundler 2, so the compatibility method is not needed. https://github.com/bundler/bundler/commit/6cb28e3aeb
* [bundler/bundler] Try make some specs platform independentDavid Rodríguez2019-08-033-0/+7
| | | | https://github.com/bundler/bundler/commit/b5900e57a4
* [bundler/bundler] Update error messages to be more preciseDavid Rodríguez2019-08-031-13/+13
| | | | https://github.com/bundler/bundler/commit/9ddeeb1fe1
* [bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez2019-08-031-1/+9
| | | | https://github.com/bundler/bundler/commit/50ccdb32c2
* [bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/8ecd722b9f
* [bundler/bundler] Correct a rubygems test filterDavid Rodríguez2019-08-031-1/+1
| | | | | | It seems to pass under rubygems 2.5.2. https://github.com/bundler/bundler/commit/062cd2be7c
* [bundler/bundler] Remove unnecessary test filterDavid Rodríguez2019-08-031-1/+1
| | | | | | Since it covers the whole range we support. https://github.com/bundler/bundler/commit/c0b9d4e6c6
* [bundler/bundler] Refactor some specsDavid Rodríguez2019-08-031-2/+2
| | | | https://github.com/bundler/bundler/commit/785c7af1f3
* [bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez2019-08-031-3/+1
| | | | https://github.com/bundler/bundler/commit/e6a03f1102
* [bundler/bundler] Reuse `gemfile` spec helperDavid Rodríguez2019-08-031-6/+4
| | | | https://github.com/bundler/bundler/commit/22de94d3b4
* [bundler/bundler] More specific assertionDavid Rodríguez2019-08-031-2/+2
| | | | | | 1.0.0 is such a common output, and it was hiding a crash in the test. https://github.com/bundler/bundler/commit/c688337e24
* [bundler/bundler] Remove redundant assertionDavid Rodríguez2019-08-031-1/+0
| | | | https://github.com/bundler/bundler/commit/7ac854dea1
* [bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins2019-08-031-2/+12
| | | | https://github.com/bundler/bundler/commit/899aeeebb0
* [bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins2019-08-031-0/+19
| | | | https://github.com/bundler/bundler/commit/e45d2272ea
* [bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez2019-08-031-7/+17
| | | | https://github.com/bundler/bundler/commit/02177d0e10
* [bundler/bundler] Fix local variable nameDavid Rodríguez2019-08-031-2/+2
| | | | https://github.com/bundler/bundler/commit/3df138318f
* [bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez2019-08-031-2/+1
| | | | https://github.com/bundler/bundler/commit/773203ec5a
* [bundler/bundler] Use real paths for `bundle clean`David Rodríguez2019-08-031-0/+26
| | | | https://github.com/bundler/bundler/commit/0646f9e286
* [bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas2019-08-031-0/+6
| | | | https://github.com/bundler/bundler/commit/f47421f92d
* [bundler/bundler] Factor out gemspec call inside `let`David Rodríguez2019-08-031-8/+8
| | | | https://github.com/bundler/bundler/commit/ae0ac190aa
* [bundler/bundler] Remove duplicated `let`'sDavid Rodríguez2019-08-031-5/+2
| | | | https://github.com/bundler/bundler/commit/43ffaab796
* [bundler/bundler] Normalize file:// handling in specsDavid Rodríguez2019-08-0324-336/+336
| | | | https://github.com/bundler/bundler/commit/5946d62ad0
* [bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez2019-08-031-13/+1
| | | | https://github.com/bundler/bundler/commit/f694fe7f67
* Fixed the code-style with the upstream rule.Hiroshi SHIBATA2019-06-111-4/+4
|
* Added the condition for ruby_core repository.Hiroshi SHIBATA2019-06-091-1/+6
|
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-0915-114/+394
| | | | Pick from 8dd59e3ba97eb80a599f8149f31bf40773b69dc0
* Enabled to some bundler examples again.hsbt2019-04-142-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Skip to failing examples on ruby core repository.hsbt2019-04-145-5/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-1424-576/+904
| | | | | | https://github.com/bundler/bundler/commit/a53709556b95a914e874b22ed2116a46b0528852 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Adjust the rubycop rules of Bundler upstream repository.hsbt2019-02-201-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt2019-02-181-5/+9
| | | | | | | It break the examples of bundler. Because some examples detect the different version of system ruby than test target version like trunk. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge Bundler 2.0.1 from upstream.hsbt2019-01-0416-95/+88
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Downgrade Bundler 1.17.x from 2.0.0.hsbt2018-12-1116-86/+94
| | | | | | | | We have the platform issue on heroku: * https://gist.github.com/schneems/26452540f6e2bbbcf2ea144f45f6b305 * https://github.com/heroku/heroku-buildpack-ruby/issues/833 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge 2-0-stable branch from bundler/bundler.hsbt2018-12-041-1/+1
| | | | | | It's release version of Bundler 2 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge Bundler-2.0.0.pre1 from upstream.hsbt2018-11-126-45/+37
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge upstream changes from 2-0-stable branch of bundler/bundler.hsbt2018-11-0415-54/+54
| | | | | | * It update bundler 2 mode to bundler 3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-0227-0/+9042
| | | | | | | | | | | * bin/*, lib/bundler/*, lib/bundler.rb, spec/bundler, man/*: Merge from latest stable branch of bundler/bundler repository and added workaround patches. I will backport them into upstream. * common.mk, defs/gmake.mk: Added `test-bundler` task for test suite of bundler. * tool/sync_default_gems.rb: Added sync task for bundler. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Postponing the Bundler merge.hsbt2017-12-2226-7775/+0
| | | | | | | I faced a big issue about Bundler with ruby core. I have no time to resolve it issue before 2.5 final release. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge release version of bundler-1.16.1 from upstream.hsbt2017-12-214-16/+27
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge 1-16-stable branch of bundler.hsbt2017-12-123-27/+75
| | | | | | | It's rc version for bundler-1.16.1. I'm going to update it version after official release from bundler team. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Follow up r60970 for bundler's examples.hsbt2017-12-071-5/+5
| | | | | | | r60970 break Gemfile.lock format with file protocol after bundle install/update. I addd hostname to these examples. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update bundled bundler to 1.16.0.hsbt2017-11-0126-315/+946
| | | | | | | * lib/bundler, spec/bundler: Merge bundler-1.16.0. * common.mk: rspec examples of bundler-1.16.0 needs require option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Enabled temporary disabled examples of bundler rspec.hsbt2017-09-191-1/+1
| | | | | | | These are fails when merging at r59779. But these are working now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge bundler to standard libraries.hsbt2017-09-0824-0/+7085
rubygems 2.7.x depends bundler-1.15.x. This is preparation for rubygems and bundler migration. * lib/bundler.rb, lib/bundler/*: files of bundler-1.15.4 * spec/bundler/*: rspec examples of bundler-1.15.4. I applied patches. * https://github.com/bundler/bundler/pull/6007 * Exclude not working examples on ruby repository. * Fake ruby interpriter instead of installed ruby. * Makefile.in: Added test task named `test-bundler`. This task is only working macOS/linux yet. I'm going to support Windows environment later. * tool/sync_default_gems.rb: Added sync task for bundler. [Feature #12733][ruby-core:77172] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e