appfolio / gemsurance

Gem vulnerability checker using rubysec/ruby-advisory-db
MIT License
213 stars 24 forks source link

Update dependencies #34

Closed cshaffer closed 5 years ago

cshaffer commented 5 years ago

There was a deprecation warning when running tests locally on an old version of nokogiri, so I bumped that.

Also our team wants to experiment with using a more up to date version of gems that leverages the JSON api for rubygems.org so I'm relaxing the version restriction for that dependency.

cjlarose commented 5 years ago

Builds are failing for Ruby <= 2.2. Ruby 2.2 is EOL'ed, so it might be time to consider dropping support in this project

https://www.ruby-lang.org/en/downloads/branches/

cshaffer commented 5 years ago

I went ahead and also dropped support for ruby 2.3 since it's scheduled for EOL in a couple months