summaryrefslogtreecommitdiff
path: root/spec/bundler/ruby_version_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix warning during ruby_version specsDavid Rodríguez2019-09-261-6/+14
* Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze2019-08-041-10/+10
* RUBY_ENGINE should always be defined after 1.8.7ruby_engine_always_definedDavid Rodríguez2019-06-261-15/+5
* Fix another state leak in the test suiteDavid Rodríguez2019-05-271-2/+8
* Adapt RubyVersion spec now that it fallbacks to RUBY_ENGINE_VERSIONBenoit Daloze2018-09-091-4/+4
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Support specify engine by symbol in GemfileJuanitoFatas2016-09-151-0/+8
* Auto merge of #4603 - bundler:seg-allow-unlocking-when-removing-ruby, r=indirectHomu2016-06-111-0/+34
|\
| * [RubyVersion] Add .from_stringSamuel Giddins2016-06-051-0/+34
* | changed code and specs according to suggestionsBruno Ferreira2016-06-081-5/+5
* | Fixes #4593 and adds related specsBruno Ferreira2016-06-081-0/+26
|/
* Allow `Bundler::RubyVersion` to handle `RUBY_PATCHLEVEL` of -1James Wen2016-02-271-0/+22
* [RubyVersion] Add specs for multiple requirementsSamuel Giddins2016-02-011-0/+77
* [RubyVersion] Support compound requirementsSamuel Giddins2016-02-011-12/+12
* [RubyVersion] Add specs for versions with requirementsSamuel Giddins2016-02-011-5/+15
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-0/+101
* Remove `Bundler::SystemRubyVersion`James Wen2016-01-141-122/+0
* Remove `Bundler::RubyVersionRequirement`James Wen2016-01-111-153/+130
* Add extensive unit test coverage for `lib/bundler/ruby_version.rb`James Wen2016-01-111-53/+363
* Merge remote-tracking branch 'version/master'JT Archie2015-10-201-2/+2
* Allow fuzzy ruby version requirements.Pan Thomakos2015-04-171-0/+80