Pull Request #17 Kerrizor/bump loofah and nokogiri version for security patch

https://nvd.nist.gov/vuln/detail/CVE-2018-16470
https://nvd.nist.gov/vuln/detail/CVE-2018-16471

Kerri Miller avatar Kerri Miller

Pull request event #134.1 passed

  • Ran for
AMD64
Ruby
Git
RACK_ENV=test RAILS_ENV=test
.travis.yml
language: ruby
env: RACK_ENV=test RAILS_ENV=test
before_script: bundle exec rake db:create db:schema:load
script: bundle exec rspec
addons:
  postgresql: "9.4"
Build Config
{
  "os": [
    "linux"
  ],
  "env": {
    "matrix": [
      "RACK_ENV=test RAILS_ENV=test"
    ]
  },
  "dist": "trusty",
  "addons": {
    "postgresql": "9.4"
  },
  "script": [
    "bundle exec rspec"
  ],
  "language": "ruby",
  "before_script": [
    "bundle exec rake db:create db:schema:load"
  ]
}