diff --git a/.ruby-version b/.ruby-version index 73462a5a13..f225a78adf 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.1 +2.5.2 diff --git a/.travis.yml b/.travis.yml index 63665e31c3..fc5cacd959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ addons: - graphviz language: ruby rvm: - - '2.3.7' - - '2.4.4' - - '2.5.1' + - '2.3.8' + - '2.4.5' + - '2.5.2' env: - CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"' @@ -24,9 +24,9 @@ env: matrix: fast_finish: true exclude: - - rvm: '2.3.7' + - rvm: '2.3.8' env: CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" REMOTE_DB=1' - - rvm: '2.4.4' + - rvm: '2.4.5' env: CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" REMOTE_DB=1' jobs: diff --git a/Dockerfile b/Dockerfile index 667a197a32..4107ac5dd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5.1-alpine3.7 AS builder +FROM ruby:2.5.2-alpine3.7 AS builder LABEL maintainer="Rapid7" ARG BUNDLER_ARGS="--jobs=8 --without development test coverage" @@ -37,7 +37,7 @@ RUN apk add --no-cache \ && chmod -R a+r /usr/local/bundle -FROM ruby:2.5.1-alpine3.7 +FROM ruby:2.5.2-alpine3.7 LABEL maintainer="Rapid7" ENV APP_HOME /usr/src/metasploit-framework/