From 71f6759c0c2d8aa869563f17702df9fac5f5f6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 12 Sep 2022 21:48:49 +0000 Subject: [PATCH] Prepare for 2.10.0 --- Gemfile.lock | 2 +- rubocop-shopify.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c32190f..cbc6e69d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-shopify (2.9.0) + rubocop-shopify (2.10.0) rubocop (~> 1.35) GEM diff --git a/rubocop-shopify.gemspec b/rubocop-shopify.gemspec index 8efd438d..5f3d5e90 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.9.0" + s.version = "2.10.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."