index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
bundler
/
runtime
/
with_unbundled_env_spec.rb
Age
Commit message (
Expand
)
Author
2024-10-02
Make spec file for env helpers more generic
David Rodríguez
2024-10-02
[rubygems/rubygems] The `BUNDLER_SETUP` env should also be cleaned up
David Rodríguez
2024-06-28
Synchronize Bundler & RubyGems (#11071)
David Rodríguez
2024-04-25
[rubygems/rubygems] Don't upcase Windows ENV when backing it up
David Rodriguez
2023-12-07
[rubygems/rubygems] Use modern hashes consistently
David Rodríguez
2023-11-13
[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in Bundler
David Rodríguez
2021-07-27
[rubygems/rubygems] Explicitly define a global source for tests
Daniel Niknam
2020-10-15
Merge bundler-2.2.0.rc.2
Hiroshi SHIBATA
2020-06-18
[rubygems/rubygems] s/ruby!/ruby
David Rodríguez
2020-06-18
[rubygems/rubygems] s/bundle!/bundle
David Rodríguez
2020-05-22
Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5
Hiroshi SHIBATA
2020-05-22
Marked the failing examples with the current master branch on ruby repository
Hiroshi SHIBATA
2020-05-22
Sync Bundler PR #3624
Hiroshi SHIBATA
2020-05-13
Marked the some examples that are not working with the ruby repository
Hiroshi SHIBATA
2020-05-13
Update the bundler version with master branch
Hiroshi SHIBATA
2019-11-11
Merge Bundler 2.1.0.pre.3
Hiroshi SHIBATA
2019-08-20
Fix some bundler specs (#2380)
David Rodríguez
2019-08-18
[bundler/bundler] Remove unnecessary rubygems monkeypatch
David Rodríguez
2019-08-03
[bundler/bundler] Skip specs using `Process.fork` on Windows
David Rodríguez
2019-08-03
[bundler/bundler] Add a comment to explain the initial reset
David Rodríguez
2019-08-03
[bundler/bundler] Move environment reset to the only test needing it
David Rodríguez
2019-08-03
[bundler/bundler] Improve test to make it more independent from env
David Rodríguez
2019-06-09
Merge bundler master from upstream.
Hiroshi SHIBATA
2019-04-14
Merge Bundler 2.1.0.pre.1 as developed version from upstream.
hsbt