Ruby ver 2.4.2 -> 2.4.4

This commit is contained in:
Rui Chen
2018-10-12 00:31:55 -04:00
parent 39dbaf2e11
commit b8bc4114fc
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
2.4.2
2.4.4

View File

@@ -6,7 +6,7 @@ services:
- docker
rvm:
- 2.4.2
- 2.4.4
env:
global:

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
ruby '2.4.2'
ruby '2.4.4'
source 'https://rubygems.org/' do
gem 'awspec', '~> 1.4.2'