summaryrefslogtreecommitdiff
path: root/spec/runtime/inline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore the all of warnings with inline_spec.rb of bundler examples.backport-ruby-coreHiroshi SHIBATA2019-09-051-1/+1
* Fix a couple of bundler issues with keyword argument separationJeremy Evans2019-08-301-3/+4
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-171-3/+3
* Merge #7154Bundlerbot2019-07-041-0/+13
|\
| * bundler/inline should always install gems to system pathrobuye2019-06-191-0/+13
* | Normalize file:// handling in specsDavid Rodríguez2019-06-111-7/+7
|/
* Skip platform warnings in inline modeskip_platform_warnings_during_bundle_inlineDavid Rodríguez2019-04-241-0/+13
* Merge #7125Bundlerbot2019-04-241-0/+14
|\
| * Ignore `frozen` setting in inline modeignore_frozen_setting_in_inline_modeDavid Rodríguez2019-04-121-0/+14
* | s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
* | s/last_command.stderr/err/David Rodríguez2019-04-121-8/+8
|/
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-8/+8
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-1/+1
* Added quiet flag to inline bundlerPatryk Ptasiński2018-12-131-0/+13
* remove duplicate gem creationAndre Arko2017-11-261-4/+0
* [Inline] Work when BUNDLE_BIN is setseg-inline-bundle-binSamuel Giddins2017-07-071-0/+15
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-6/+9
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* [Source::RubyGems] Print that we are fetching a gemseg-rubygems-source-print-fetchingSamuel Giddins2017-02-221-1/+1
* Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-171-0/+18
|\
| * [Inline] Support running when BUNDLE_GEMFILE=""seg-inline-empty-bundle-gemfileSamuel Giddins2017-01-141-0/+18
* | Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
|/
* Fix the specs on Ruby 2.4seg-specs-2.4-fixSamuel Giddins2016-12-201-0/+2
* Remove rubygems.org from gemfiles in the specsSamuel Giddins2016-12-181-3/+3
* run inline bundle in same folder as Gemfiles and set appropiate sourceColby Swandale2016-11-241-7/+10
* specify older version of the JSON gem to meet requirements for it to be insta...Colby Swandale2016-11-241-1/+1
* fix typo expet and fix duplicate gemfile specificationColby Swandale2016-11-241-2/+2
* fix spec and use more common gem in inline exampleColby Swandale2016-11-241-2/+3
* dont build defintion with Gemfile.lock (if present) when using inline gemfileColby Swandale2016-11-231-0/+33
* Add an inline spec for eval’ing two gemfilesSamuel Giddins2016-09-071-0/+20
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-2/+2
* Fix specs expecting err to be emptyStefan Lance2016-07-051-1/+1
* [Inline] Installs quietly from git if necessary when the install option is no...seg-inline-git-auto-installSamuel Giddins2016-06-091-0/+18
* [Inline] Install when necessaryseg-inline-install-when-neededSamuel Giddins2016-05-311-0/+15
* Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddinsHomu2016-02-031-0/+46
|\
| * more hashrocket fixesLamont Granquist2016-02-011-2/+2
| * Fixes per code reviewLamont Granquist2016-02-011-0/+28
| * ruby 1.8.7 fixLamont Granquist2016-01-291-1/+1
| * use options hash to pass options insteadLamont Granquist2016-01-291-1/+1
| * Allow passing UI object into bundler/inlineLamont Granquist2016-01-271-0/+18
* | Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
|/
* Update specs for prettier version conflict messagesSamuel E. Giddins2015-07-231-1/+1
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* [Inline] Add a spec for auto-require from endpoint specSamuel E. Giddins2015-05-301-7/+15
* consistent use of Bundler.ui in inline installsAndre Arko2015-05-181-1/+1
* [Inline] Remove dependence on #define_singleton_method so things work on 1.8.7Samuel E. Giddins2015-03-161-6/+4
* [Inline] Add some basic specsSamuel E. Giddins2015-03-161-0/+90