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

Commit b15afe7

Browse files
Copilotpopondr
andcommitted
Update Ruby and gems to latest versions
Co-authored-by: popondr <5571882+popondr@users.noreply.github.com>
1 parent fef4109 commit b15afe7

3 files changed

Lines changed: 46 additions & 36 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in easy_style.gemspec
44
gemspec
55

6-
gem "rake", "~> 12.0"
6+
gem "rake", "~> 13.0"

Gemfile.lock

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,77 @@ PATH
22
remote: .
33
specs:
44
easy_style (0.7.1)
5-
rubocop (~> 1.73)
6-
rubocop-rails (~> 2.30)
5+
rubocop (~> 1.81)
6+
rubocop-rails (~> 2.33)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.1.3.2)
11+
activesupport (8.0.3)
1212
base64
13+
benchmark (>= 0.3)
1314
bigdecimal
14-
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
concurrent-ruby (~> 1.0, >= 1.3.1)
1516
connection_pool (>= 2.2.5)
1617
drb
1718
i18n (>= 1.6, < 2)
19+
logger (>= 1.4.2)
1820
minitest (>= 5.1)
19-
mutex_m
20-
tzinfo (~> 2.0)
21-
ast (2.4.2)
22-
base64 (0.2.0)
23-
bigdecimal (3.1.7)
24-
concurrent-ruby (1.2.3)
25-
connection_pool (2.4.1)
26-
drb (2.2.1)
27-
i18n (1.14.4)
21+
securerandom (>= 0.3)
22+
tzinfo (~> 2.0, >= 2.0.5)
23+
uri (>= 0.13.1)
24+
ast (2.4.3)
25+
base64 (0.3.0)
26+
benchmark (0.4.1)
27+
bigdecimal (3.2.3)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.4)
30+
drb (2.2.3)
31+
i18n (1.14.7)
2832
concurrent-ruby (~> 1.0)
29-
json (2.7.2)
30-
language_server-protocol (3.17.0.3)
33+
json (2.15.0)
34+
language_server-protocol (3.17.0.5)
3135
lint_roller (1.1.0)
32-
minitest (5.22.3)
33-
mutex_m (0.2.0)
34-
parallel (1.24.0)
35-
parser (3.3.1.0)
36+
logger (1.7.0)
37+
minitest (5.25.5)
38+
parallel (1.27.0)
39+
parser (3.3.9.0)
3640
ast (~> 2.4.1)
3741
racc
38-
racc (1.7.3)
39-
rack (3.0.10)
42+
prism (1.5.1)
43+
racc (1.8.1)
44+
rack (3.2.1)
4045
rainbow (3.1.1)
41-
rake (12.3.3)
42-
regexp_parser (2.10.0)
43-
rubocop (1.73.2)
46+
rake (13.3.0)
47+
regexp_parser (2.11.3)
48+
rubocop (1.81.1)
4449
json (~> 2.3)
4550
language_server-protocol (~> 3.17.0.2)
4651
lint_roller (~> 1.1.0)
4752
parallel (~> 1.10)
4853
parser (>= 3.3.0.2)
4954
rainbow (>= 2.2.2, < 4.0)
5055
regexp_parser (>= 2.9.3, < 3.0)
51-
rubocop-ast (>= 1.38.0, < 2.0)
56+
rubocop-ast (>= 1.47.1, < 2.0)
5257
ruby-progressbar (~> 1.7)
5358
unicode-display_width (>= 2.4.0, < 4.0)
54-
rubocop-ast (1.38.1)
55-
parser (>= 3.3.1.0)
56-
rubocop-rails (2.30.3)
59+
rubocop-ast (1.47.1)
60+
parser (>= 3.3.7.2)
61+
prism (~> 1.4)
62+
rubocop-rails (2.33.4)
5763
activesupport (>= 4.2.0)
5864
lint_roller (~> 1.1)
5965
rack (>= 1.1)
60-
rubocop (>= 1.72.1, < 2.0)
61-
rubocop-ast (>= 1.38.0, < 2.0)
66+
rubocop (>= 1.75.0, < 2.0)
67+
rubocop-ast (>= 1.44.0, < 2.0)
6268
ruby-progressbar (1.13.0)
69+
securerandom (0.4.1)
6370
tzinfo (2.0.6)
6471
concurrent-ruby (~> 1.0)
65-
unicode-display_width (2.5.0)
72+
unicode-display_width (3.2.0)
73+
unicode-emoji (~> 4.1)
74+
unicode-emoji (4.1.0)
75+
uri (1.0.3)
6676

6777
PLATFORMS
6878
arm64-darwin-22
@@ -74,7 +84,7 @@ PLATFORMS
7484

7585
DEPENDENCIES
7686
easy_style!
77-
rake (~> 12.0)
87+
rake (~> 13.0)
7888

7989
BUNDLED WITH
8090
2.6.5

easy_style.gemspec

Lines changed: 3 additions & 3 deletions
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.1.2"
13+
spec.required_ruby_version = ">= 3.2.0"
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
1616
spec.metadata["source_code_uri"] = spec.homepage
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
2525
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2626
spec.require_paths = ["lib"]
2727

28-
spec.add_dependency "rubocop", "~> 1.73"
29-
spec.add_dependency "rubocop-rails", "~> 2.30"
28+
spec.add_dependency "rubocop", "~> 1.81"
29+
spec.add_dependency "rubocop-rails", "~> 2.33"
3030
end

0 commit comments

Comments
 (0)