summaryrefslogtreecommitdiff
path: root/spec/bundler/definition_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Always pass env as strings to helpersDavid Rodríguez2019-11-281-5/+5
* Merge #7257Bundlerbot2019-07-261-1/+1
|\
| * Check for generic lockfilesDavid Rodríguez2019-07-231-1/+1
* | Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
|/
* Don't re-resolve locked platform specific gemsDavid Rodríguez2019-06-251-0/+28
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-12/+12
* Move on to bundler 3David Rodríguez2019-04-111-2/+2
* Remove lockfile incompatibility due to a settingseparate_rubygems_sources_in_lockfileDavid Rodríguez2019-03-021-43/+6
* Allow files other than Gemfile.lock to be opened in definition specssegiddins/allow-rubygems-to-open-filesSamuel Giddins2018-12-081-0/+2
* Added hostname for file protocol in GemfileSHIBATA Hiroshi2017-12-281-4/+4
* Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-6/+6
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-3/+3
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-4/+47
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+39
* Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-151-1/+1
* 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-2/+2
|/
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Refactoring of @lucasmazza fix w/ specs.chrismo2016-11-151-16/+43
* Add bundle install conservative updating to updatechrismo2016-10-211-27/+27
* Fix #4934. Make GVP _after_ eager unlock.chrismo2016-09-131-1/+68
* Don't parse empty Lockfile during GVP initchrismo2016-07-081-8/+37
* Add spec to definition for gem version promoter.chrismo2016-07-081-0/+18
* Don't include dev dependencies when comparing indexes.Joe Rafaniello2016-06-171-0/+1
* Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-6/+107
* Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-171-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Create `TemporaryResourceError` that `SharedHelpers#filesystem_access` raises...James Wen2015-12-281-0/+10
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* Improves the message displayed when cannot create configRoque Pinel2015-06-081-2/+2
* stub out UI so that RG doesn’t call File.open()Andre Arko2015-05-171-0/+1
* Extract SourceList class from Definition.Tim Moore2014-07-301-1/+2
* Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-061-1/+1
|\
| * rspec 3 expectationsAndre Arko2014-02-051-2/+2
* | Use expect instead of shouldKamil Kieliszczyk2014-01-251-1/+1
* | Small improving of testsKamil Kieliszczyk2014-01-241-5/+1
|/
* change to new expect syntax for rspecTerence Lee2012-10-091-1/+1
* explain the problem when Gemfile.lock isn't writableAndré Arko2012-05-291-0/+25