Skip to content

Commit a321ffd

Browse files
authored
Support Rails 7.2
1 parent b25a3bd commit a321ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffcrypt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.executables = %w[diffcrypt]
3030
spec.require_paths = ['lib']
3131

32-
spec.add_runtime_dependency 'activesupport', '>= 6.0', '< 7.2'
32+
spec.add_runtime_dependency 'activesupport', '>= 6.0', '< 7.3'
3333
spec.add_runtime_dependency 'thor', '>= 0.20', '< 2'
3434
spec.metadata['rubygems_mfa_required'] = 'true'
3535
end

0 commit comments

Comments
 (0)