Remove the version constraint from Stripe

This commit is contained in:
Jyri-Petteri Paloposki 2024-07-18 21:39:08 +03:00
parent 212b2dc20c
commit 8464d0c60e
2 changed files with 2 additions and 2 deletions

View file

@ -69,5 +69,5 @@ group :test, :optional => true do
end
group :stripe, :optional => true do
gem 'stripe', "~> 5.24.0"
gem 'stripe'
end