Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit eb72a22

Browse files
authored
Current ER/EP tolarate 3.1.2 for some reasons (#14)
* Current ER/EP tolarate 3.1.2 for some reasons * update Gemfile.lock
1 parent 9cac355 commit eb72a22

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
easy_style (0.7.0)
4+
easy_style (0.7.1)
55
rubocop (~> 1.73)
66
rubocop-rails (~> 2.30)
77

@@ -67,6 +67,7 @@ GEM
6767
PLATFORMS
6868
arm64-darwin-22
6969
arm64-darwin-23
70+
arm64-darwin-24
7071
x86_64-darwin-21
7172
x86_64-darwin-22
7273
x86_64-linux

easy_style.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.description = "Rubocop configs"
1111
spec.homepage = "https://github.com/easysoftware/easy_style"
1212
spec.license = "MIT"
13-
spec.required_ruby_version = ">= 3.2"
13+
spec.required_ruby_version = ">= 3.1.2"
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
1616
spec.metadata["source_code_uri"] = spec.homepage

lib/easy_style/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EasyStyle
22

3-
VERSION = "0.7.0"
3+
VERSION = "0.7.1"
44

55
end

0 commit comments

Comments
 (0)