Skip to content

Commit 3763805

Browse files
committed
fixup! deprecate ruby 2.7, test ruby >3.0 only
1 parent f929eb8 commit 3763805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device_detector.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
2020
spec.executables = []
2121
spec.require_paths = ['lib']
2222

23-
spec.required_ruby_version = '>= 3.4.3'
23+
spec.required_ruby_version = '>= 3.0'
2424
end

0 commit comments

Comments
 (0)