Land #8992, Bump Ruby to 2.4.2

bug/bundler_fix
Brent Cook 2017-09-26 15:07:17 -05:00
commit ea751dde4c
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2.4.1
2.4.2

View File

@ -12,8 +12,8 @@ addons:
language: ruby
rvm:
- '2.2'
- '2.3.4'
- '2.4.1'
- '2.3.5'
- '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"