summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump Travis entries to use rubygems 2.7.8bump_base_rubygems_and_ruby_2.3_in_travisDavid Rodríguez2019-02-102-5/+5
* Bump Travis entries to use MRI 2.3.8David Rodríguez2019-02-101-3/+3
* Properly restrict rubygems version for failing specsDavid Rodríguez2019-02-102-2/+2
* Merge #6948Bundlerbot2019-02-102-5/+12
|\
| * Bump main tested rubygems to 3.0.2travis_experimentsDavid Rodríguez2019-02-082-2/+2
| * Bump main tested ruby to 2.6.1David Rodríguez2019-02-082-3/+10
* | Merge #6952Bundlerbot2019-02-091-0/+1
|\ \ | |/ |/|
| * Bump TravisCI build to XenialxenialDavid Rodríguez2019-02-091-0/+1
|/
* Merge #6941Bundlerbot2019-02-052-1/+11
|\
| * Added explicitly loading for RbConfig.SHIBATA Hiroshi2019-02-051-0/+1
| * Ignore to add bundler lib direcotry if it is same as RbConfig::CONFIG["rubyli...ignore-bundler-lib-ruby-libSHIBATA Hiroshi2019-02-042-1/+10
|/
* Merge #6931Bundlerbot2019-01-294-0/+15
|\
| * resolve compatibility issuesAnkit Kataria2019-01-271-1/+1
| * change prefer to patch_prefer and updated help textAnkit Kataria2019-01-274-7/+7
| * update bundle config man pageAnkit Kataria2019-01-242-2/+4
| * add patch option in bundle configAnkit Kataria2019-01-243-0/+13
* | Merge #6935Bundlerbot2019-01-2817-26/+26
|\ \
| * | Replace unsafe http URLs with https URLsTakumasa Ochi2019-01-2816-23/+23
| * | Replace 301 www.bundler.io with bundler.ioTakumasa Ochi2019-01-281-3/+3
|/ /
* | Merge #6924Bundlerbot2019-01-2411-18/+18
|\ \
| * | Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-248-13/+13
| * | Fixed failing examples.SHIBATA Hiroshi2019-01-242-4/+4
| * | Bump rake version to 12.0 on gemspec template. Because rake-10.0 is EOL now.SHIBATA Hiroshi2019-01-241-1/+1
* | | Merge #6926Bundlerbot2019-01-242-8/+4
|\ \ \ | |/ / |/| |
| * | Move Rubocop development dependency into gemspecAlyssa Ross2019-01-232-8/+4
* | | Merge #6923Bundlerbot2019-01-232-2/+2
|\ \ \ | |/ / |/| |
| * | Added condition for Object =~ comparison.SHIBATA Hiroshi2019-01-231-1/+1
| * | Bump rake version of Bundler's dependency.SHIBATA Hiroshi2019-01-231-1/+1
|/ /
* | Merge #6315Bundlerbot2019-01-233-33/+9
|\ \
| * | Update .travis.ymlremove-old-rubySHIBATA Hiroshi2019-01-121-0/+1
| * | Merge branch 'master' into remove-old-rubySHIBATA Hiroshi2019-01-1279-331/+836
| |\ \
| * | | Removed old ruby in Travis CI.SHIBATA Hiroshi2018-10-171-2/+0
| * | | Removed compatibility hack for old rubies.SHIBATA Hiroshi2018-10-173-34/+9
* | | | Merge #6884Bundlerbot2019-01-231-1/+1
|\ \ \ \
| * | | | Remove unnecessary conditionremove_unnecessary_conditionDavid Rodríguez2019-01-071-1/+1
| | |/ / | |/| |
* | | | Merge #6793Bundlerbot2019-01-234-228/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removed deprecated example.remove-bundle_rubySHIBATA Hiroshi2018-11-211-8/+0
| * | | Removed exe/bundle_ruby and its example.SHIBATA Hiroshi2018-11-203-220/+0
* | | | Merge #6864Bundlerbot2019-01-152-2/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Ensure credentials are masked in FallbackError from Net::HTTPNotFoundgreysteil/show-notfound-uriGrey Baker2019-01-142-1/+10
| * | | Include URL in Bundler::Fetcher::FallbackError message for Net::HTTPNotFoundGrey Baker2019-01-032-2/+3
|/ / /
* | | Merge #6856Bundlerbot2018-12-3012-25/+62
|\ \ \
| * | | fix breaking bundler 1 spec for ruby 2.6 with RG 2.7segiddins/ruby-2.6Colby Swandale2018-12-291-3/+3
| * | | ignore RubyGems warnings about deprecated methods in version.rbColby Swandale2018-12-291-1/+5
| * | | embed Shellwords.escape into bundler gemspecColby Swandale2018-12-291-1/+2
| * | | fix usuage of IO.popen on Ruby 1.8Colby Swandale2018-12-281-1/+1
| * | | make system_bundle_bin_path helper and resolve failing tests for ruby < 2.6Colby Swandale2018-12-283-2/+7
| * | | set `bundle` spec helper to load the system bundler binstub directly instead ...Colby Swandale2018-12-281-1/+1
| * | | Fix specs that are broken in ruby 2.6Samuel Giddins2018-12-283-9/+24
| * | | Test against Ruby 2.6 and RubyGems 3Samuel Giddins2018-12-284-10/+22