From b065376be7170d6fa44343fb77a314de0a9eccec Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Wed, 25 Oct 2017 22:20:08 +0200 Subject: [PATCH] update rubocop to 0.51.0 --- .rubocop.yml | 2 +- .travis.yml | 2 +- Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ebdd5a0..dc6c678 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ inherit_from: - .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.0 + TargetRubyVersion: 2.2 TargetRailsVersion: 4.2 Rails: diff --git a/.travis.yml b/.travis.yml index e326605..d187e48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ sudo: false language: ruby rvm: - - 2.0.0 - 2.1.5 - 2.2.3 - 2.3.1 + - 2.4.2 before_install: - gem update --remote bundler install: diff --git a/Gemfile b/Gemfile index 355917c..6824aa9 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gemspec gem 'nokogiri', '< 1.7', require: false if RUBY_VERSION.start_with? '2.0.' -gem 'rubocop', '~> 0.50.0', require: false +gem 'rubocop', '~> 0.51.0', require: false