stripe.gemspec in stripe-3.3.1 vs stripe.gemspec in stripe-3.3.2
- old
+ new
@@ -3,10 +3,10 @@
require 'stripe/version'
spec = Gem::Specification.new do |s|
s.name = 'stripe'
s.version = Stripe::VERSION
- s.required_ruby_version = '>= 1.9.3'
+ s.required_ruby_version = '>= 2.0.0'
s.summary = 'Ruby bindings for the Stripe API'
s.description = 'Stripe is the easiest way to accept payments online. See https://stripe.com for details.'
s.author = 'Stripe'
s.email = 'support@stripe.com'
s.homepage = 'https://stripe.com/docs/api/ruby'