bump Ruby to 2.4.2, fix security issues

bug/bundler_fix
Brent Cook 2017-09-23 21:08:12 -04:00
parent d73e95e7db
commit ccc2636fd4
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.4.1
2.4.2

View File

@ -13,7 +13,7 @@ language: ruby
rvm:
- '2.2'
- '2.3.4'
- '2.4.1'
- '2.4.2'
env:
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'

View File

@ -1,4 +1,4 @@
FROM ruby:2.4.1-alpine
FROM ruby:2.4.2-alpine
MAINTAINER Rapid7
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"