From e4cec9c2c842ee096d0983e1cf8af6ab9e2173df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCnch?= Date: Tue, 4 Apr 2017 11:08:00 +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 3651365a58826ca2d7cb8acab9b2954607d78b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCnch?= Date: Tue, 4 Apr 2017 11:08:07 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fc82503..72bc984 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ 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 'inspec', '~> 1' +gem 'rack', '1.6.4' +gem 'rake' +gem 'rubocop', '~> 0.46.0' group :tools do gem 'github_changelog_generator', '~> 1.12.0'