Commit e0629e30 authored by Cool Fire's avatar Cool Fire
Browse files

Use bundle exec

parent 81836b1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ var blessed = require('blessed')
const { spawnSync } = require( 'child_process' )

function fetch() {
  spawnSync( 'ruby', [ 'fetch.rb' ] );
  spawnSync( 'bundle', [ 'exec', 'ruby', 'fetch.rb' ] );

  lineData = JSON.parse(fs.readFileSync('main_loads.json', 'utf8'));
  line.setData(lineData);

package-lock.json

deleted100644 → 0
+0 −705

File deleted.

Preview size limit exceeded, changes collapsed.