ruby_dep icon indicating copy to clipboard operation
ruby_dep copied to clipboard

Automatically helps determine supported Rubies based on .travis.yml file

Results 13 ruby_dep issues
Sort by recently updated
recently updated
newest added

Project should also be made "read-only" (in project settings)

It looks like this project has been abandoned. If so, please update the README.

https://github.com/oracle/truffleruby

This PR adds support for recognising ~three~ ~five~ many new releases of JRuby. ❌: yet to be added to this PR. 💚: added to this PR. 👍: already supported. |...

This PR updates the CI matrix to use latest JRuby. http://jruby.org/2018/05/24/jruby-9-2-0-0.html

This PR makes the project pass RuboCop's linting. It was done using `--auto-correct`.

There are quite a few new JRuby releases. Here are the `RUBY_VERSION` constants for each: ``` $ rvm jruby-9.1.10.0 do ruby -e 'puts RUBY_VERSION' 2.3.3 $ rvm jruby-9.1.12.0 do ruby...

In order to pass the test suite, I added this `require` line. (I ran the tests on Ruby 2.4.0. [Docs for tmpdir](http://ruby-doc.org/stdlib-2.4.0/libdoc/tmpdir/rdoc/Dir.html).)

Related to #20. I'm trying to write [my own gem](https://gitlab.com/izwick-schachtet/atd), and I want to use guard to help with my development. I also have made my own decision to support...

In the situation of https://github.com/guard/listen/issues/409, also mentioned in https://github.com/e2/ruby_dep/issues/24, ruby_dep signalled an issue that was not as fatal to us as the error, which caused a `bundle update` to fail,...