summaryrefslogtreecommitdiff
path: root/lib/bundler/ruby_version.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix stubbing RUBY_VERSION on 1.8.7seg-allow-unlocking-when-removing-rubySamuel Giddins2016-06-101-2/+4
* [RubyVersion] Fix patternSamuel Giddins2016-06-081-1/+1
* [RuboCop] Fix violations in RubyVersionSamuel Giddins2016-06-051-5/+3
* [RubyVersion] Add .from_stringSamuel Giddins2016-06-051-0/+18
* [RubyVersion] Make #diff error more helpfulSamuel Giddins2016-06-051-1/+1
* Allow `Bundler::RubyVersion` to handle `RUBY_PATCHLEVEL` of -1James Wen2016-02-271-0/+3
* [RuboCop] Fix offensesSamuel Giddins2016-02-011-6/+6
* [RubyVersion] Support compound requirementsSamuel Giddins2016-02-011-20/+33
* Add specs for bundle platform --ruby with version requirementsSamuel Giddins2016-02-011-1/+5
* [RubyVersion] Add specs for versions with requirementsSamuel Giddins2016-02-011-5/+2
* Fix resolving when the gemfile specifies ruby version requirement and spec ha...Samuel Giddins2016-02-011-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-0/+20
* Remove `Bundler::SystemRubyVersion`James Wen2016-01-141-47/+0
* Remove `Bundler::RubyVersionRequirement`James Wen2016-01-111-36/+25
* Add extensive unit test coverage for `lib/bundler/ruby_version.rb`James Wen2016-01-111-1/+1
* Make `Bundler::RubyVersionRequirement` inherit from `Bundler::RubyVersion`James Wen2016-01-111-39/+8
* remove already-implied else4064Andre Arko2015-12-121-2/+0
* Adds rubocop fixes.David Morhovich2015-11-191-1/+1
* Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-1/+1
* Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-5/+44
* Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-1/+1
* Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-0/+4
* Merge remote-tracking branch 'version/master'JT Archie2015-10-201-20/+28
|\
| * Allow fuzzy ruby version requirements.Pan Thomakos2015-04-171-20/+28
* | Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-3/+3
* | Fix Lint/UnreachableCodeErick Sasse2015-07-181-1/+0
* | Fix Style/SpaceInsideBracketsErick Sasse2015-07-171-4/+4
|/
* 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