summaryrefslogtreecommitdiff
path: root/spec/bundler/source_list_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-2/+2
* Move on to bundler 3David Rodríguez2019-04-111-1/+1
* Move multiple global source removal to bundler 3David Rodríguez2019-04-081-2/+2
* Remove lockfile incompatibility due to a settingseparate_rubygems_sources_in_lockfileDavid Rodríguez2019-03-021-7/+7
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-1/+1
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-9/+30
* Implement source pinning for 2.0Samuel Giddins2017-06-231-0/+2
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* add config git.allow_insecure and tests for #3453Andre Arko2016-07-051-1/+25
* Fixed random failures in spec for source_listAsutosh Palai2016-07-031-2/+2
* Added unit specs for source, dsl, index, source_listAsutosh Palai2016-07-031-0/+69
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-132/+132
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-021-1/+1
* LocalRubygems source for local gem specsAndre Arko2015-02-091-1/+1
* Revert "svn source support"Andre Arko2015-01-251-79/+0
* Merge tag 'v1.7.5'Andre Arko2014-11-101-6/+6
|\
| * Normalize sources to lock format when comparing.Tim Moore2014-10-111-6/+6
* | Merge tag 'v1.7.2'Andre Arko2014-08-241-3/+3
|\ \ | |/
| * Sort sources in lock the same as in 1.6Andre Arko2014-08-231-3/+3
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-1/+67
|/
* update specs for RSpec 3 changesAndre Arko2014-08-161-31/+10
* Separate Rubygems sources into multiple objects.Andre Arko2014-07-301-17/+122
* Extract SourceList class from Definition.Tim Moore2014-07-301-0/+277