summaryrefslogtreecommitdiff
path: root/spec/bundler/fetcher_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-2/+2
* Bump rubocop and rubocop-performanceDavid Rodríguez2019-11-221-2/+2
* Fixed broken examples on Travis CI.SHIBATA Hiroshi2017-12-091-4/+8
* Use ssl client cert and ca cert settings from gem configuration as fallbacksTristan Hill2017-07-241-0/+41
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Add explicit nil proxy arguments - Fixes no_proxy supportJared Kauppila2017-06-221-0/+15
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
|/
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [Fetcher] Support setting http_proxy to :no_proxyseg-no-proxy-supportSamuel Giddins2016-02-151-1/+8
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* Set X-Gemfile-Source when fetching dependenciesAgis Anastasopoulos2015-10-201-1/+31
* make rubocop happyrebase-3833Andre Arko2015-08-141-2/+2
* Append specs.Hirotaka Azuma2015-08-141-0/+26
* Fix Style/BracesAroundHashParametersVictor Koronen2015-08-141-2/+2
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-6/+6
* Use %w[] instead of %w()Erick Sasse2015-07-291-1/+1
* Fix Style/WordArrayErick Sasse2015-07-281-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-3/+3
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-171-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-4/+4
* Recover correctly the env valuesfotanus@gmail.com2015-05-141-11/+9
* Clean ENV variable after testsfotanus@gmail.com2015-05-141-0/+3
* Distinguish CI command runsfotanus@gmail.com2015-05-141-0/+16
* class method memoization isn’t thread-safeAndre Arko2015-03-281-4/+7
* Send `options` key in user agentKir Shatrov2014-12-071-0/+17