| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add TruffleRuby to the list of engines in Bundler | Benoit Daloze | 2018-09-09 | 1 | -1/+7 |
| | | |||||
| * | [CurrentRuby] Add 2.6 as a known minor | Samuel Giddins | 2017-12-26 | 1 | -0/+1 |
| | | | | | See https://github.com/ruby/ruby/commit/0af050993e9cc55e2f58d8f4677c1521bacf5bea | ||||
| * | [RuboCop] Enable Layout/EmptyLineAfterMagicComment cop | Koichi ITO | 2017-07-16 | 1 | -0/+1 |
| | | |||||
| * | [RuboCop] Enable Style/PercentLiteralDelimiters | Koichi ITO | 2017-05-28 | 1 | -4/+4 |
| | | | | | Run `rubocop -a --only Style/PercentLiteralDelimiters` and `rubocop --auto-gen-config`. | ||||
| * | [CurrentRuby] Ensure the local platform isnt ruby before checking os/cpuseg-windows-force-ruby | Samuel Giddins | 2017-01-21 | 1 | -3/+3 |
| | | |||||
| * | Support :mri_25 platform and its variations | Akira Matsuda | 2016-12-26 | 1 | -0/+1 |
| | | |||||
| * | Add a setting for forcing only the ruby platform | Samuel Giddins | 2016-09-27 | 1 | -3/+3 |
| | | |||||
| * | [CurrentRuby] Refactorseg-current-ruby | Samuel Giddins | 2016-02-02 | 1 | -168/+33 |
| | | |||||
| * | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 1 | -0/+1 |
| | | |||||
| * | Support :mri_23 platform and its variations | Akira Matsuda | 2015-07-22 | 1 | -1/+29 |
| | | |||||
| * | [RuboCop] Enable Style/StringLiterals | Samuel E. Giddins | 2015-07-15 | 1 | -3/+3 |
| | | |||||
| * | [RuboCop] Enable Style/EmptyLines | Samuel E. Giddins | 2015-07-15 | 1 | -1/+0 |
| | | |||||
| * | Removes a warning in jruby | David RodrÃguez | 2015-07-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | It seems that jruby's exec does not understand that option: ``` uri:classloader:/jruby/kernel/kernel.rb:28: warning: unsupported exec option: close_others ``` The warning was skipped for rubies under 2.0 (like latest released jruby) but the new jruby 9.0.0.0 is 2.0 compatible by default so the check needs to be refined. | ||||
| * | add `:ruby_22` platform option | Abdelkader Boudih | 2014-09-25 | 1 | -0/+28 |
| | | |||||
| * | Mswin64 support. | U.Nakamura | 2014-04-11 | 1 | -0/+32 |
| | | |||||
| * | Merge pull request #2611 from mcfiredrill/jruby18and19 | André Arko | 2013-09-26 | 1 | -0/+8 |
| |\ | | | | | add jruby_18 and jruby_19 to platforms | ||||
| | * | add jruby_18 and jruby_19 to platforms | Tony Miller | 2013-08-24 | 1 | -0/+8 |
| | | | |||||
| * | | adding platform support for ruby 2.1 | Brandon Black | 2013-09-24 | 1 | -1/+20 |
| |/ | | | | | * added new platform and ruby version helpers * updated man file and tests | ||||
| * | Add proper support for x64-mingw32 platform. | Lars Kanis | 2013-08-10 | 1 | -1/+9 |
| | | | | | This fixes github issue #2356 . | ||||
| * | Load current_ruby from shared_helpers.rb | Hemant Kumar | 2013-07-25 | 1 | -0/+7 |
| | | | | | | | In case of commands run via bundle exec, we do not require all of bundler in that environment and we only require bundler/setup there. Which creates problems because Bundler is unable to find current_ruby therej | ||||
| * | Extract Current Ruby version/platform detection from dependency.rb | Hemant Kumar | 2013-07-18 | 1 | -0/+81 |
| That can be reused across several places in bundler and hence extracted that code which is responsible for properly detecting current ruby version. | |||||
