Skip to content

Releases: e2/ruby_dep

v1.4.0

03 Aug 01:20
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #17 - recognize JRuby 9.1.2.0 and 9.1.0.0
  • #19 - drop support for Ruby < 2.2.5 (many reasons)
  • #16 - allow silencing also by using require 'ruby_dep/quiet' and api (RubyDep::Warnings.new.silence!)

v1.3.1

06 May 16:24
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #13 declare support for Ruby 2.3.1 by adding it to Travis builds (thanks to @jasnow )

Development

  • #13 bundler caching for faster Travis builds (thanks to @jasnow )

v1.3.0

06 May 04:09
@e2 e2
Compare
Choose a tag to compare

Improvements

#9 - allow installing on OSX 10.10, where default Ruby is outdated 2.0.0 (makes RubyDep more useful for other projects)
#9 - show smart recommendations depending on installed Ruby version and severity

v1.2.0

02 May 20:14
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #6 - support for JRuby 9.0.5.0 (.travis.yml driven constraint and also jruby-specific vulnerability warnings).

Development

  • misc development tweaks, too minor to list

v1.1.0

26 Apr 22:00
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #1, #2 - show warnings if current Ruby version is no longer supported (can be disabled with env variable)