From 022f6bea94358d7403a208a4bf4125858527dae0 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Tue, 13 Feb 2024 13:10:58 -0500 Subject: [PATCH] Bump version to 2.15 --- Gemfile.lock | 2 +- rubocop-shopify.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7800a95c..46dd9335 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-shopify (2.14.0) + rubocop-shopify (2.15.0) rubocop (~> 1.51) GEM diff --git a/rubocop-shopify.gemspec b/rubocop-shopify.gemspec index 4fba6d45..13c1f89e 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.14.0" + s.version = "2.15.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."