From 9f95d24dd1d2af724a544e37026ac058ac7f6cf1 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Mon, 30 Jan 2023 17:01:47 -0500 Subject: [PATCH] Bump version to 2.12.0 --- Gemfile.lock | 2 +- rubocop-shopify.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 54fafe25..03ead06d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-shopify (2.11.1) + rubocop-shopify (2.12.0) rubocop (~> 1.44) GEM diff --git a/rubocop-shopify.gemspec b/rubocop-shopify.gemspec index 56e3469f..8d0f3957 100644 --- a/rubocop-shopify.gemspec +++ b/rubocop-shopify.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "rubocop-shopify" - s.version = "2.11.1" + s.version = "2.12.0" s.summary = "Shopify's style guide for Ruby." s.description = "Gem containing the rubocop.yml config that corresponds to "\ "the implementation of the Shopify's style guide for Ruby."