From 093d8a02b867c3269ef476f3713bc600cde15367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pokorn=C3=BD?= Date: Wed, 12 Mar 2025 19:10:40 +0100 Subject: [PATCH 1/2] Current ER/EP tolarate 3.1.2 for some reasons --- easy_style.gemspec | 2 +- lib/easy_style/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easy_style.gemspec b/easy_style.gemspec index 3e1bc69..7089fb9 100644 --- a/easy_style.gemspec +++ b/easy_style.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.description = "Rubocop configs" spec.homepage = "https://github.com/easysoftware/easy_style" spec.license = "MIT" - spec.required_ruby_version = ">= 3.2" + spec.required_ruby_version = ">= 3.1.2" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage diff --git a/lib/easy_style/version.rb b/lib/easy_style/version.rb index 5f169bf..a196852 100644 --- a/lib/easy_style/version.rb +++ b/lib/easy_style/version.rb @@ -1,5 +1,5 @@ module EasyStyle - VERSION = "0.7.0" + VERSION = "0.7.1" end From 02e47693fbf0367ad7c446979c938f2391ec8419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pokorn=C3=BD?= Date: Wed, 12 Mar 2025 19:12:17 +0100 Subject: [PATCH 2/2] update Gemfile.lock --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b96774d..79d9858 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - easy_style (0.7.0) + easy_style (0.7.1) rubocop (~> 1.73) rubocop-rails (~> 2.30) @@ -67,6 +67,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-darwin-21 x86_64-darwin-22 x86_64-linux