mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01: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
|
end
|
||||||
|
|
||||||
group :stripe, :optional => true do
|
group :stripe, :optional => true do
|
||||||
gem 'stripe', "~> 5.24.0"
|
gem 'stripe'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -384,7 +384,7 @@ DEPENDENCIES
|
||||||
solargraph
|
solargraph
|
||||||
spring (~> 4)
|
spring (~> 4)
|
||||||
sqlite3 (~> 1.4)
|
sqlite3 (~> 1.4)
|
||||||
stripe (~> 5.24.0)
|
stripe
|
||||||
tolk (~> 5.0.1)
|
tolk (~> 5.0.1)
|
||||||
tracks-chartjs-ror
|
tracks-chartjs-ror
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue