Skip to content

Commit 2f6fd49

Browse files
committed
no change to required ruby version
1 parent cb33d4b commit 2f6fd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickpay-ruby-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33
require "quickpay/api/version"
44

55
Gem::Specification.new do |spec|
6-
spec.required_ruby_version = ">= 2.6.0" # rubocop:disable Gemspec/RequiredRubyVersion
6+
spec.required_ruby_version = ">= 2.5.0" # rubocop:disable Gemspec/RequiredRubyVersion
77

88
spec.name = "quickpay-ruby-client"
99
spec.version = QuickPay::API::VERSION

0 commit comments

Comments
 (0)