From 0c1552a0fcd29ec362674a019d92ea60374656f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:37:50 +0000 Subject: [PATCH] Updated gem version --- Gemfile.lock | 2 +- lib/rubocop/neeto/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22d8c8f..875b072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-neeto (0.1.10) + rubocop-neeto (0.1.11) rubocop GEM diff --git a/lib/rubocop/neeto/version.rb b/lib/rubocop/neeto/version.rb index 1951359..b0d348c 100644 --- a/lib/rubocop/neeto/version.rb +++ b/lib/rubocop/neeto/version.rb @@ -2,6 +2,6 @@ module RuboCop module Neeto - VERSION = "0.1.10" + VERSION = "0.1.11" end end