From 930a5dcd61e707f0bbc20cf7e74ebe9cd07b913d Mon Sep 17 00:00:00 2001 From: Joseph Southan Date: Mon, 31 Jan 2022 18:11:30 +0000 Subject: [PATCH] Add support for Ruby 3.1, remove Ruby 2.5 --- .circleci/config.yml | 2 +- .rubocop.yml | 3 +++ .ruby-version | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe72986..592cee8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,4 +34,4 @@ workflows: name: Ruby << matrix.ruby-version >> matrix: parameters: - ruby-version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1"] + ruby-version: ["2.6.7", "2.7.3", "3.0.1", "3.1.0"] diff --git a/.rubocop.yml b/.rubocop.yml index b29179a..8c6c390 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,3 +11,6 @@ Naming/AccessorMethodName: Gemspec/RequiredRubyVersion: Enabled: false + +Style/HashSyntax: + Enabled: false diff --git a/.ruby-version b/.ruby-version index cb2b00e..fd2a018 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.1 +3.1.0