From 95fad4831b7a7f5a3cabf45fb421f7d1c38a2fed Mon Sep 17 00:00:00 2001 From: toshimaru Date: Fri, 19 Nov 2021 05:18:01 +0900 Subject: [PATCH] v1.7.5 --- 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 b654a46..a0f40b9 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.4" + spec.version = "1.7.5" 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"]