From 3eddb9fd9ab72156c19e811ee05c8c3c993785c3 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Wed, 23 Feb 2022 17:08:41 +0900 Subject: [PATCH] Cut v1.8.3 --- 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 67239f7..6b7614b 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.8.2" + spec.version = "1.8.3" 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"]