From 3a22b2af2e6267b4d6d3d7a456f9df7b483cf6fd Mon Sep 17 00:00:00 2001 From: Pierre RAMBAUD Date: Mon, 22 Mar 2021 12:09:27 +0100 Subject: [PATCH] Update target ruby version for rubocop --- .rubocop.yml | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3e02f8b..8b57299 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ AllCops: NewCops: enable - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.5 Include: - '**/Gemfile' - lib/**/*.rb diff --git a/Gemfile.lock b/Gemfile.lock index 20e6931..4d07725 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gemirro (1.2.0) + gemirro (1.3.0) addressable (~> 2.5) builder (~> 3.2) confstruct (~> 1.0)