Skip to content

Commit d472454

Browse files
AlfonsoUcedabbatsov
authored andcommitted
Minimum versions are updated, Ruby 3.0 to 3.2 and Rails 7.0 to 7.2
1 parent 77d599a commit d472454

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
matrix:
1717
include:
18-
- ruby: '3.0'
19-
gemfile: rails70
18+
- ruby: '3.2'
19+
gemfile: rails72
2020
- ruby: '3.4'
2121
gemfile: rails80
2222
- ruby: '4.0'

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AllCops:
66
NewCops: disable
77
SuggestExtensions: false
88
DisplayCopNames: true
9-
TargetRubyVersion: 3.0
9+
TargetRubyVersion: 3.2
1010
Include:
1111
- '**/*.rb'
1212
- 'Gemfile'

database_validations.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ and ActiveRecord validations with better performance and consistency."
1919
spec.license = 'MIT'
2020
spec.files = Dir['lib/**/*']
2121
spec.require_paths = ['lib']
22-
spec.required_ruby_version = '>= 3.0.0'
22+
spec.required_ruby_version = '>= 3.2.0'
2323

24-
spec.add_dependency 'activerecord', '>= 7.0.0'
24+
spec.add_dependency 'activerecord', '>= 7.2.0'
2525

2626
spec.add_development_dependency 'benchmark-ips'
2727
spec.add_development_dependency 'bundler'

0 commit comments

Comments
 (0)