Skip to content

Commit 5ebb402

Browse files
authored
drop ruby 3.1 support (#191)
1 parent 4ae6374 commit 5ebb402

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require:
77

88
AllCops:
99
NewCops: enable
10-
TargetRubyVersion: 3.1
10+
TargetRubyVersion: 3.2
1111
SuggestExtensions: false
1212

1313
Style/Documentation:

cloudflare-rails.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Gem::Specification.new do |spec|
3434
spec.add_dependency 'railties', '>= 7.1.0', '< 8.1.0'
3535
spec.add_dependency 'zeitwerk', '>= 2.5.0'
3636

37-
# rails 7.2 lists this as the minimum
38-
spec.required_ruby_version = '>= 3.1.0'
37+
spec.required_ruby_version = '>= 3.2.0'
3938
spec.metadata['rubygems_mfa_required'] = 'true'
4039
end

0 commit comments

Comments
 (0)