Skip to content

Commit

Permalink
no change to required ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
cramt committed Apr 13, 2022
1 parent cb33d4b commit 2f6fd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickpay-ruby-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "quickpay/api/version"

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

spec.name = "quickpay-ruby-client"
spec.version = QuickPay::API::VERSION
Expand Down

0 comments on commit 2f6fd49

Please sign in to comment.