1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00

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
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.5.0
2.5.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"'

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"