mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
bump to ruby 2.5.1
This commit is contained in:
parent
e3e12ad924
commit
6a6824efe9
@ -1 +1 @@
|
||||
2.5.0
|
||||
2.5.1
|
||||
|
@ -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,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"
|
||||
|
Loading…
Reference in New Issue
Block a user