This repository was archived by the owner on Aug 13, 2020. It is now read-only.
File tree 6 files changed +16
-16
lines changed
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ layout:
4
4
-
5
5
layout:
6
6
-
7
- - asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ; code .; clear
8
- - asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ; clear; bundle exec rails c
7
+ - asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ; code .; clear
8
+ - asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ; clear; bundle exec rails c
9
9
-
10
10
layout:
11
11
-
12
- - asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ; lsof -t -i tcp:3000 | xargs kill; redis-cli flushall; clear; bundle exec rails s
13
- - asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ; lsof -t -i tcp:3035 | xargs kill; clear; bundle exec ./bin/webpack-dev-server
12
+ - asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ; lsof -t -i tcp:3000 | xargs kill; redis-cli flushall; clear; bundle exec rails s
13
+ - asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ; lsof -t -i tcp:3035 | xargs kill; clear; bundle exec ./bin/webpack-dev-server
14
14
-
15
15
layout:
16
16
-
17
- - asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ; redis-cli flushall; clear; bundle exec sidekiq -C config/sidekiq.yml
18
- - asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ; clear; bundle exec sidekiq -C config/sidekiq_counters.yml
17
+ - asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ; redis-cli flushall; clear; bundle exec sidekiq -C config/sidekiq.yml
18
+ - asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ; clear; bundle exec sidekiq -C config/sidekiq_counters.yml
Original file line number Diff line number Diff line change 1
- 13.0.1
1
+ 13.11.0
Original file line number Diff line number Diff line change 7
7
panes :
8
8
- commands :
9
9
- asdf local ruby 2.6.6
10
- - asdf local nodejs 13.0.1
10
+ - asdf local nodejs 13.11.0
11
11
- nvim
12
12
focus : true
13
13
@@ -17,7 +17,7 @@ windows:
17
17
panes :
18
18
- commands :
19
19
- asdf local ruby 2.6.6
20
- - asdf local nodejs 13.0.1
20
+ - asdf local nodejs 13.11.0
21
21
- bundle exec rails c
22
22
23
23
- name : rails
@@ -26,13 +26,13 @@ windows:
26
26
panes :
27
27
- commands :
28
28
- asdf local ruby 2.6.6
29
- - asdf local nodejs 13.0.1
29
+ - asdf local nodejs 13.11.0
30
30
- lsof -t -i tcp:3000 | xargs kill -KILL
31
31
- redis-cli flushall
32
32
- bundle exec rails s
33
33
- commands :
34
34
- asdf local ruby 2.6.6
35
- - asdf local nodejs 13.0.1
35
+ - asdf local nodejs 13.11.0
36
36
- lsof -t -i tcp:3035 | xargs kill -KILL
37
37
- bundle exec ./bin/webpack-dev-server
38
38
@@ -42,6 +42,6 @@ windows:
42
42
panes :
43
43
- commands :
44
44
- asdf local ruby 2.6.6
45
- - asdf local nodejs 13.0.1
45
+ - asdf local nodejs 13.11.0
46
46
- redis-cli flushall
47
47
- bundle exec sidekiq -C config/sidekiq.yml
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: code_fund_ads
3
3
root : /path/to/project
4
4
5
5
on_project_start : lsof -t -i tcp:3000 | xargs kill -KILL; lsof -t -i tcp:3035 | xargs kill -KILL;
6
- pre_window : asdf local ruby 2.6.6; asdf local nodejs 13.0.1 ;
6
+ pre_window : asdf local ruby 2.6.6; asdf local nodejs 13.11.0 ;
7
7
8
8
windows :
9
9
- editor : nvim
Original file line number Diff line number Diff line change @@ -162,10 +162,10 @@ The URLs/routes responsible for ad rendering are:
162
162
- Ruby version ` 2.6.6 `
163
163
- [ rbenv] ( https://github.com/rbenv/rbenv )
164
164
- [ asdf] ( https://github.com/asdf-vm/asdf-ruby )
165
- - NodeJS version ` 13.0.1 `
165
+ - NodeJS version ` 13.11.0 `
166
166
- [ nvm] ( https://github.com/nvm-sh/nvm )
167
167
- [ asdf] ( https://github.com/asdf-vm/asdf-nodejs )
168
- - Bundler version 2.1.1
168
+ - Bundler version ` 2.1.4 `
169
169
- ` gem install bundler `
170
170
- Yarn
171
171
- Mac: [ instructions] ( https://yarnpkg.com/lang/en/docs/install/#mac-stable )
Original file line number Diff line number Diff line change 51
51
"webpack-dev-server" : " ^3.10.3"
52
52
},
53
53
"engines" : {
54
- "node" : " ^13.0.1 " ,
54
+ "node" : " ^13.11.0 " ,
55
55
"npm" : " ^6.12.1"
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments