mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Add Stripe as an optional package
This commit is contained in:
parent
11ef1b6f6b
commit
5940fe10a6
3 changed files with 11 additions and 5 deletions
|
|
@ -304,7 +304,7 @@ GEM
|
|||
tilt (~> 2.0)
|
||||
yard (~> 0.9, >= 0.9.24)
|
||||
spring (4.2.1)
|
||||
sprockets (4.2.0)
|
||||
sprockets (4.2.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (>= 2.2.4, < 4)
|
||||
sprockets-rails (3.4.2)
|
||||
|
|
@ -313,6 +313,7 @@ GEM
|
|||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.6.9)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
stripe (5.24.0)
|
||||
strscan (3.1.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
|
|
@ -383,6 +384,7 @@ DEPENDENCIES
|
|||
solargraph
|
||||
spring (~> 4)
|
||||
sqlite3
|
||||
stripe (~> 5.24.0)
|
||||
tolk (~> 5.0.1)
|
||||
tracks-chartjs-ror
|
||||
uglifier (>= 1.3.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue