summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/check.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-1/+1
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-4/+1
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-3/+3
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-1/+1
* [Inline] Support running when BUNDLE_GEMFILE=""seg-inline-empty-bundle-gemfileSamuel Giddins2017-01-141-1/+1
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-251-1/+1
* [LockfileParser] Rename attribute to sectionseg-generically-preserve-new-attributesSamuel Giddins2016-04-181-1/+1
* Generically preserve new attributes in lockfileSamuel Giddins2016-04-181-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Booleanize the disable_shared_gems optionIlya Vassilevsky2016-01-211-1/+3
* Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-1/+1
|\
| * avoid altering BUNDLED WITH during implicit locksAndre Arko2015-06-081-1/+1
* | Merge pull request #3679 from akihiro17/check-commandAndré Arko2015-06-091-1/+4
|\ \
| * | Run ``` bundle check ``` with ``` disable_shared_gems ``` set to '1' if --pat...akihiro172015-05-301-1/+4
| |/
* | Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-281-1/+1
* | Use the actual lockfile name in messages instead of assuming its always Gemfi...Samuel E. Giddins2015-05-281-1/+1
|/
* whitespace styleAndre Arko2014-01-261-0/+1
* Removed trailing whitespacesSmit Shah2014-01-081-1/+1
* Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-081-0/+34