mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Remove the version constraint from Stripe
This commit is contained in:
parent
212b2dc20c
commit
8464d0c60e
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -69,5 +69,5 @@ group :test, :optional => true do
|
|||
end
|
||||
|
||||
group :stripe, :optional => true do
|
||||
gem 'stripe', "~> 5.24.0"
|
||||
gem 'stripe'
|
||||
end
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue