Skip to content

Commit f45be80

Browse files
committed
require ruby 3.2+ for Data object access
1 parent 0e4fa0a commit f45be80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

luhn.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# encoding: UTF-8
22
require File.expand_path('../lib/luhn/version', __FILE__)
33

4+
45
Gem::Specification.new do |s|
56
s.name = 'luhn'
67
s.homepage = 'http://github.com/joeljunstrom/ruby_luhn'
@@ -12,5 +13,7 @@ Gem::Specification.new do |s|
1213
s.platform = Gem::Platform::RUBY
1314
s.files = Dir.glob("{lib,spec}/**/*") + %w[LICENSE README.rdoc]
1415

16+
s.required_ruby_version = '>= 3.2'
17+
1518
s.add_development_dependency 'minitest', '~> 2.6.0'
16-
end
19+
end

0 commit comments

Comments
 (0)