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

View file

@ -384,7 +384,7 @@ DEPENDENCIES
solargraph
spring (~> 4)
sqlite3 (~> 1.4)
stripe (~> 5.24.0)
stripe
tolk (~> 5.0.1)
tracks-chartjs-ror
uglifier (>= 1.3.0)