From 3e57eb531f2d028cb56cd1ddab9bb07c70b93abf Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 27 Jan 2022 18:59:24 -0800 Subject: Add Ruby 3.1 to CI (#558) * Add Ruby 3.1 to CI Update Rubocop for recent Rubies Disable Rubocop run for Rubies before Ruby 2.4 Quote '3.0' in the CI configuration to ensure it loads a 3.0.x Ruby Set RUBYOPT="--disable_error_highlight" so Ruby 3.1 error matchers pass * Add CHANGELOG.md entry * Re-add deleted line from CHANGELOG.md * Set minimum supported Ruby version to 2.4. Remove a number of code bits designed to support Rubies below version 2.4 * Bump version. Remove unneeded require from Gemfile. Add require to spec/support file --- bin/console | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/console') diff --git a/bin/console b/bin/console index 62d4bcd..e2cedcf 100755 --- a/bin/console +++ b/bin/console @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: true require 'bundler/setup' require 'hashie' -- cgit v1.2.1