From 10f29e938c5bdd308f42b9d49be59b1b43217616 Mon Sep 17 00:00:00 2001 From: Jerome Dalbert Date: Sat, 26 Oct 2024 09:18:23 -0700 Subject: [PATCH] Bump rubocop-obsession to 0.1.2 --- Gemfile.lock | 2 +- lib/rubocop/obsession/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 841e4f8..f365e12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-obsession (0.1.1) + rubocop-obsession (0.1.2) activesupport rubocop (~> 1.41) diff --git a/lib/rubocop/obsession/version.rb b/lib/rubocop/obsession/version.rb index f801f9e..8449ff1 100644 --- a/lib/rubocop/obsession/version.rb +++ b/lib/rubocop/obsession/version.rb @@ -1,5 +1,5 @@ module Rubocop module Obsession - VERSION = '0.1.1' + VERSION = '0.1.2' end end