From f2066af244a5f3ffe5169cec17a5ad0f22da3c88 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 3 Oct 2021 13:01:47 +0900 Subject: [PATCH] Cut v1.7.4 --- 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 0097ec9..b654a46 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.7.3" + spec.version = "1.7.4" 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"]