gopay.gemspec in gopay-ruby-0.4.0.alpha vs gopay.gemspec in gopay-ruby-0.4.1

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ["David Hrachovy & Ondrej Zadnik"] spec.email = ["david.hrachovy@gmail.com"] spec.summary = %q{Unofficial wrapper for GoPay REST API} spec.description = %q{Unofficial wrapper for GoPay REST API} spec.homepage = "https://github.com/PrimeHammer/gopay-ruby" - spec.required_ruby_version = '>= 2.4' + spec.required_ruby_version = '>= 2.5' spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]