From 82337bd090f0368ab7f5de4e48a82a4788bb00be Mon Sep 17 00:00:00 2001 From: koi-chan Date: Wed, 2 Oct 2019 17:06:05 +0900 Subject: [PATCH 1/3] =?UTF-8?q?library-verUP-201910:=20Travis-CI=20?= =?UTF-8?q?=E3=81=AE=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E5=AF=BE=E8=B1=A1?= =?UTF-8?q?=E3=81=AE=20ruby=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 削除: 2.4.7, 2.5.6, 2.6.4 追加: 2.4.8, 2.5.7, 2.6.5 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71a03a97..e28a1b5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: ruby cache: bundler bundler_args: --deployment rvm: - - 2.4.7 - - 2.5.6 - - 2.6.4 + - 2.4.8 + - 2.5.7 + - 2.6.5 - 2.7.0-preview1 before_install: # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443 From 7f1b5cd8a18804c16a9a254e8616cd3f38dc7f48 Mon Sep 17 00:00:00 2001 From: koi-chan Date: Wed, 2 Oct 2019 17:15:59 +0900 Subject: [PATCH 2/3] library-verUP-201910: bundle update --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f60809b0..ec2db709 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM mime-types-data (3.2019.0904) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.12.0) + minitest (5.12.2) multipart-post (2.1.1) naught (1.1.0) netrc (0.11.0) @@ -104,7 +104,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - rubocop (0.74.0) + rubocop (0.75.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -142,7 +142,7 @@ GEM unf_ext unf_ext (0.0.7.6) unicode-display_width (1.6.0) - webmock (3.7.5) + webmock (3.7.6) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) From b115608bcd8d9c1dc96828dc8f1d0fb5abbc0672 Mon Sep 17 00:00:00 2001 From: koi-chan Date: Thu, 3 Oct 2019 00:03:22 +0900 Subject: [PATCH 3/3] library-verUP-201910: ruby 2.4.8 -> 2.4.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e28a1b5e..da630e71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: ruby cache: bundler bundler_args: --deployment rvm: - - 2.4.8 + - 2.4.9 - 2.5.7 - 2.6.5 - 2.7.0-preview1