Skip to content

Commit

Permalink
bump Ruby to 2.4.2, fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Sep 24, 2017
1 parent d73e95e commit ccc2636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ccc2636

Please sign in to comment.