summaryrefslogtreecommitdiff
path: root/lib/bundler/env.rb
Commit message (Expand)AuthorAgeFilesLines
* source ruby global config dir from Gem::ConfigFile::SYSTEM_WIDE_CONFIG_FILEcolby/gem-env-dirColby Swandale2017-10-041-1/+1
* Auto merge of #6011 - bundler:indirect/expand-env, r=indirectThe Bundler Bot2017-09-181-9/+32
* [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-271-2/+11
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-131-0/+1
* [Env] Extract table formatting into a methodseg-environment-shebang-mismatchSamuel Giddins2017-06-121-8/+14
* [Env] Refactor to ensure the environment is always properly alignedSamuel Giddins2017-06-121-23/+34
* [Env] Print shebang when it doesnt match Gem.rubySamuel Giddins2017-06-121-0/+8
* Auto merge of #5679 - bundler:seg-env-no-settings, r=indirectThe Bundler Bot2017-05-291-6/+8
|\
| * [Env] Print well-formed markdown when there are no settingsseg-env-no-settingsSamuel Giddins2017-05-251-6/+8
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
|/
* Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
* move implementation of Bundler::Env to class methodsColby Swandale2017-04-201-7/+7
* [Env] Default to always printing gemfile & gemspecsseg-error-reportSamuel Giddins2017-04-151-3/+3
* [FriendlyErrors] Prettify, taking into account formatting suggestionsseg-bundle-env-markdownSamuel Giddins2016-11-301-3/+3
* [FriendlyErrors] Use GFM in issue report templateSamuel Giddins2016-11-301-1/+1
* [Env] Print as GFMSamuel Giddins2016-11-301-20/+25
* Add platform information to envbronzdoc2016-10-091-0/+1
* [Env] Support running `bundle env` when not inside a bundleseg-apple-git-supportSamuel Giddins2016-08-261-0/+2
* Auto merge of #4624 - chrismo:openssl_version_in_bundle_env, r=segiddinsHomu2016-08-251-0/+1
|\
| * Add OpenSSL::OPENSSL_VERSION to `bundle env`chrismo2016-08-091-0/+1
* | Use .full_version in Bundler::EnvNick LaMuro2016-07-251-1/+1
* | [Env] Fix printing gemspecsSamuel Giddins2016-06-041-2/+2
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Auto merge of #4143 - deepj:string-frozen-literal, r=indirectHomu2016-01-151-2/+2
|\
| * Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-161-2/+2
* | Make `bundle env` output consistentenv-output-fixAgis Anastasopoulos2016-01-021-1/+1
|/
* Also print gemspecs in `bundle env`bundle-env-gemspecsAgis Anastasopoulos2015-10-051-1/+10
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-7/+7
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-2/+0
* Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-281-2/+2
* Use the actual lockfile name in messages instead of assuming its always Gemfi...Samuel E. Giddins2015-05-281-2/+2
* print Ruby version in 1.8 style on 1.8Andre Arko2014-12-011-5/+15
* use the actual gemfile and lock in ENVAndre Arko2014-11-301-3/+3
* line up version numbersAndre Arko2014-11-301-7/+7
* add ruby version back, match ruby -v outputAndre Arko2014-11-301-0/+3
* indent env for use in markdownAndre Arko2014-11-301-21/+16
* remove extra git versionAndre Arko2014-11-301-2/+0
* line up Git version numberAndre Arko2014-11-301-1/+1
* use Bundler.rubygems to find gemspecsAndre Arko2014-11-301-4/+3
* RGV 1.8 capabilityKir Shatrov2014-11-301-2/+4
* Better exception handlingKir Shatrov2014-11-301-9/+19
* record git not installed as wellAndre Arko2014-11-281-1/+1
* [Env] Include git versionSamuel E. Giddins2014-11-241-0/+2
* Cleanup trailing whitespaceErik Michaels-Ober2013-02-021-1/+1
* bundle env command (inspired by @Peeja)Andre Arko2013-01-201-0/+56