aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/ruby_version.rb
Commit message (Expand)AuthorAgeFilesLines
* fix code comment typoKevin R. Barnes2014-05-141-1/+1
* ruby directive :patchlevel should only take a stringTerence Lee2013-11-091-1/+1
* on JRuby, RbConfig::CONFIG["host"] doesn't existAndre Arko2013-09-281-1/+5
* include the unknown engine's nameAndre Arko2013-09-281-1/+1
* add Bundler::RubyVersion#hostAndre Arko2013-09-281-0/+4
* patchlevel support for ruby DSLTerence Lee2013-08-241-3/+12
* memoize system gem versionAndre Arko2013-02-241-0/+4
* don't use frozen strings in SystemRubyVersionAndre Arko2013-02-211-5/+5
* loosen ruby directive for enginesTerence Lee2012-07-121-2/+4
* RUBY_ENGINE is not defined in ruby 1.8.7Terence Lee2012-05-031-2/+7
* don't print engine information for MRITerence Lee2012-05-031-1/+4
* ruby version check for bundle#installYehuda Katz and Terence Lee2012-05-031-3/+21
* add SystemRubyVersion to check againstYehuda Katz and Terence Lee2012-05-031-2/+55
* refactor ruby version into it's own classTerence Lee2012-05-031-0/+15