From 659246007c0f677ebcf0ad064594daf92247eb6c Mon Sep 17 00:00:00 2001 From: toshimaru Date: Thu, 14 Apr 2022 00:39:14 +0900 Subject: [PATCH] v1.9.2 --- rubocop-rails_config.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop-rails_config.gemspec b/rubocop-rails_config.gemspec index 786e1ff..56425b6 100644 --- a/rubocop-rails_config.gemspec +++ b/rubocop-rails_config.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "rubocop-rails_config" - spec.version = "1.9.1" + spec.version = "1.9.2" spec.summary = "RuboCop configuration which has the same code style checking as official Ruby on Rails" spec.description = "RuboCop configuration which has the same code style checking as official Ruby on Rails" spec.authors = ["Toshimaru", "Koichi ITO"]