From 8b4555565ce131e812fa23dc5e09919edf11e162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCnch?= Date: Tue, 4 Apr 2017 10:23:51 +0200 Subject: [PATCH 1/2] restrict ruby testing to version 2.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick Münch --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08dc2bb..9cb2cc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,7 @@ language: ruby cache: bundler rvm: - - 2.0 - - 2.2 - - 2.3.1 + - 2.3.3 bundler_args: --without integration script: bundle exec rake From 5d2e29a82e5002791581710603e1d6fb9ef1134b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCnch?= Date: Tue, 4 Apr 2017 10:24:10 +0200 Subject: [PATCH 2/2] update gemfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick Münch --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e08c8c9..3690970 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '1.6.4' gem 'inspec', '~> 1' -gem 'rubocop', '~> 0.44.0' gem 'highline', '~> 1.6.0' +gem 'rubocop', '~>0.46.0' group :integration do gem 'berkshelf'