mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Change to a new JS preprocessor, change from MySQL to MariaDB and fix polling
This commit is contained in:
parent
d51432d09b
commit
36b47125ef
7 changed files with 19 additions and 22 deletions
12
Gemfile.lock
12
Gemfile.lock
|
@ -192,7 +192,7 @@ GEM
|
|||
mime-types
|
||||
terrapin (~> 0.6.0)
|
||||
language_server-protocol (3.17.0.3)
|
||||
libv8-node (21.7.2.0)
|
||||
libv8-node (24.1.0.0)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
|
@ -211,8 +211,8 @@ GEM
|
|||
mime-types-data (3.2023.0218.1)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.9)
|
||||
mini_racer (0.12.0)
|
||||
libv8-node (~> 21.7.2.0)
|
||||
mini_racer (0.19.0)
|
||||
libv8-node (~> 24.1.0.0)
|
||||
minitest (5.25.5)
|
||||
minitest-stub-const (0.6)
|
||||
mocha (2.7.1)
|
||||
|
@ -383,6 +383,8 @@ GEM
|
|||
unicode-display_width (>= 1.1.1, < 4)
|
||||
terrapin (0.6.0)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
terser (1.2.6)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
thor (1.3.2)
|
||||
tilt (2.6.0)
|
||||
timeout (0.4.3)
|
||||
|
@ -393,8 +395,6 @@ GEM
|
|||
rails (>= 3.1)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
uglifier (4.2.1)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (3.1.4)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
|
@ -453,9 +453,9 @@ DEPENDENCIES
|
|||
sprockets-rails
|
||||
sqlite3 (~> 2.7)
|
||||
stripe
|
||||
terser
|
||||
tolk (~> 6.0.0)
|
||||
tracks-chartjs-ror
|
||||
uglifier (>= 1.3.0)
|
||||
will_paginate
|
||||
yard
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue