From e34ff430b4b32d954d8201350735e0a3f5919223 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Thu, 5 Jun 2025 13:52:02 -0400 Subject: [PATCH] Bump version to 2.17.1 --- Gemfile.lock | 2 +- rubocop-shopify.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c1ccaf6..5a2fda32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-shopify (2.17.0) + rubocop-shopify (2.17.1) rubocop (~> 1.62) GEM diff --git a/rubocop-shopify.gemspec b/rubocop-shopify.gemspec index c6817940..57a37cdd 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.17.0" + s.version = "2.17.1" 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."