From 8a0c32b70060bc25b259f834a156965c5fad644f Mon Sep 17 00:00:00 2001 From: Hugo Vacher Date: Mon, 2 Jan 2023 10:33:44 -0400 Subject: [PATCH] Prepare for 2.11.0 --- Gemfile.lock | 2 +- rubocop-shopify.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3cd1d2e1..5d577c2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-shopify (2.10.1) + rubocop-shopify (2.11.0) rubocop (~> 1.42) GEM diff --git a/rubocop-shopify.gemspec b/rubocop-shopify.gemspec index 1c32b081..0edffa9d 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.10.1" + s.version = "2.11.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."