bump to ruby 2.5.1

This commit is contained in:
Christian Mehlmauer
2018-03-30 12:47:19 +02:00
parent e3e12ad924
commit 6a6824efe9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
2.5.0
2.5.1
+1 -1
View File
@@ -13,7 +13,7 @@ language: ruby
rvm:
- '2.3.6'
- '2.4.3'
- '2.5.0'
- '2.5.1'
env:
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.0-alpine3.7
FROM ruby:2.5.1-alpine3.7
LABEL maintainer="Rapid7"
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"