aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dependency.rb
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? ↵johnnyshields2023-03-031-1/+2
| | | | | | to #windows?. (This is done instead of logging a deprecation warning.) https://github.com/rubygems/rubygems/commit/b9fcc7c0ab
* [rubygems/rubygems] Add Ruby 3.2 and 3.3 platforms to Gemfile DSLDaniel Colson2023-02-071-1/+1
| | | | | | | | | | | | Along the same lines as https://github.com/rubygems/rubygems/pull/5469, this adds support for Ruby 3.2 and 3.3 platforms: `:ruby_32`, `mri_32`, etc. It also includes a spec that should help catch this earlier in the future, failing if we don't support platforms for the version of Ruby that is running the tests. https://github.com/rubygems/rubygems/commit/7cd19d824d
* Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA2022-12-241-3/+3
|
* Migrate our resolver engine to PubGrubHiroshi SHIBATA2022-11-121-0/+1
| | | | | | https://github.com/rubygems/rubygems/pull/5960 Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-081-84/+15
|
* [rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio2022-09-051-1/+2
| | | | https://github.com/rubygems/rubygems/commit/32bee01fbe
* [rubygems/rubygems] Add platform :windows as a shortcut for all Windows ↵shields2022-08-291-0/+1
| | | | | | platforms https://github.com/rubygems/rubygems/commit/f3c49ad3f7
* [rubygems/rubygems] Bundler: make to_lock consistent between ↵Aleksandr Varnin2022-08-281-1/+1
| | | | | | Gem::Dependency and Bundler::Dependency https://github.com/rubygems/rubygems/commit/971d57cf5a
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-07-261-4/+1
| | | | Merge from https://github.com/rubygems/rubygems/commit/2af2520b4a7ab1c6eb1fdc3d2ef4d8c062d96ad7
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-131-2/+6
|
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-241-0/+2
|
* [rubygems/rubygems] Add modern rubies to the platformsBobby McDonald2022-04-161-0/+18
| | | | https://github.com/rubygems/rubygems/commit/5462322f8f
* [rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev2021-12-111-1/+3
| | | | https://github.com/rubygems/rubygems/commit/c3e54acab0
* Sync bundler & rubygemsDavid Rodríguez2021-05-111-6/+2
|
* Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA2020-12-151-1/+3
|
* Update the bundler version with master branchHiroshi SHIBATA2020-05-131-9/+0
|
* [bundler/bundler] Extract `expanded_platforms`David Rodríguez2019-08-031-1/+5
| | | | https://github.com/bundler/bundler/commit/60d720eb06
* [bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA2019-08-031-0/+6
| | | | https://github.com/bundler/bundler/commit/1892626858
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-091-3/+5
| | | | Pick from 8dd59e3ba97eb80a599f8149f31bf40773b69dc0
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-021-0/+139
| | | | | | | | | | | * 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-221-138/+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
* Update bundled bundler to 1.16.0.hsbt2017-11-011-7/+6
| | | | | | | * 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
* Merge bundler to standard libraries.hsbt2017-09-081-0/+139
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