lib/pay/stripe.rb in pay-7.1.1 vs lib/pay/stripe.rb in pay-7.2.1

- old
+ new

@@ -28,10 +28,10 @@ autoload :SubscriptionTrialWillEnd, "pay/stripe/webhooks/subscription_trial_will_end" end extend Env - REQUIRED_VERSION = "~> 10" + REQUIRED_VERSION = "~> 11" # A list of database model names that include Pay # Used for safely looking up models with client_reference_id mattr_accessor :model_names, default: Set.new