Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 4b55ead

Browse files
authored
Set minimum ruby version to 2.4.4 in gemspec.
1 parent 0472e9e commit 4b55ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mastercard-client-encryption.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Gem::Specification.new do |spec|
44
spec.name = 'mastercard-client-encryption'
55
spec.version = '1.0.0'
66
spec.authors = ['Mastercard']
7+
spec.required_ruby_version = '>= 2.4.4'
78

89
spec.summary = 'Mastercard encryption library'
910
spec.description = 'Library for Mastercard API compliant payload encryption/decryption.'

0 commit comments

Comments
 (0)