From 1c3b56ca5965310955015a62b86048cc388205fa Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Mon, 23 Jan 2023 10:10:40 +0100 Subject: [PATCH] Get the paypal payment method option out of pre-release v1.0 is being released right now after it had sufficient time to gather and fix trivial bugs. --- .../solidus/install/app_templates/payment_method/paypal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/generators/solidus/install/app_templates/payment_method/paypal.rb b/core/lib/generators/solidus/install/app_templates/payment_method/paypal.rb index de28c310085..faf2952b32a 100644 --- a/core/lib/generators/solidus/install/app_templates/payment_method/paypal.rb +++ b/core/lib/generators/solidus/install/app_templates/payment_method/paypal.rb @@ -3,7 +3,7 @@ end unless Bundler.locked_gems.dependencies['solidus_paypal_commerce_platform'] - version = @selected_frontend == 'classic' ? '< 1' : '>= 1.a' + version = @selected_frontend == 'classic' ? '< 1' : '~> 1.0' bundle_command "add solidus_paypal_commerce_platform --version='#{version}'" end