File tree 3 files changed +64
-2
lines changed
3 files changed +64
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ public/assets
29
29
# Ignore webpack packs and related files
30
30
public /decidim-packs
31
31
public /packs-test
32
- public /sw.js
33
- public /sw.js.map
32
+ public /sw.js *
33
+ public /sw.js.map *
34
34
35
35
# Ignore NPM/yarn logs and temp files
36
36
.yarn-integrity
@@ -40,3 +40,6 @@ yarn-debug.log*
40
40
yarn-error.log
41
41
42
42
tailwind.config.js
43
+
44
+ Capfile
45
+ config /deploy *
Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ group :development do
35
35
gem "letter_opener_web"
36
36
gem "listen" , "~> 3.7.1"
37
37
gem "web-console"
38
+
39
+ gem "capistrano"
40
+ gem "capistrano3-puma" , "~> 6.0"
41
+ gem "capistrano-bundler"
42
+ gem "capistrano-passenger"
43
+ gem "capistrano-rails"
44
+ gem "capistrano-rails-console"
45
+ gem "capistrano-rbenv"
46
+ gem "capistrano-sidekiq"
38
47
end
39
48
40
49
group :production do
Original file line number Diff line number Diff line change 74
74
activesupport (>= 6.1 )
75
75
addressable (2.8.7 )
76
76
public_suffix (>= 2.0.2 , < 7.0 )
77
+ airbrussh (1.5.3 )
78
+ sshkit (>= 1.6.1 , != 1.7.0 )
77
79
ast (2.4.2 )
78
80
aws-eventstream (1.3.0 )
79
81
aws-partitions (1.972.0 )
112
114
activesupport (>= 3.0.0 )
113
115
uniform_notifier (~> 1.11 )
114
116
byebug (11.1.3 )
117
+ capistrano (3.19.2 )
118
+ airbrussh (>= 1.0.0 )
119
+ i18n
120
+ rake (>= 10.0.0 )
121
+ sshkit (>= 1.9.0 )
122
+ capistrano-bundler (2.1.1 )
123
+ capistrano (~> 3.1 )
124
+ capistrano-passenger (0.2.1 )
125
+ capistrano (~> 3.0 )
126
+ capistrano-rails (1.7.0 )
127
+ capistrano (~> 3.1 )
128
+ capistrano-bundler (>= 1.1 , < 3 )
129
+ capistrano-rails-console (2.3.0 )
130
+ capistrano (>= 3.5.0 , < 4.0.0 )
131
+ sshkit-interactive (~> 0.3.0 )
132
+ capistrano-rbenv (2.2.0 )
133
+ capistrano (~> 3.1 )
134
+ sshkit (~> 1.3 )
135
+ capistrano-sidekiq (3.0.0 )
136
+ capistrano (>= 3.9.0 )
137
+ capistrano-bundler
138
+ sidekiq (>= 6.0.6 )
139
+ capistrano3-puma (6.0.0 )
140
+ capistrano (~> 3.7 )
141
+ capistrano-bundler
142
+ puma (>= 5.1 , < 7.0 )
115
143
capybara (3.40.0 )
116
144
addressable
117
145
matrix
559
587
net-protocol
560
588
net-protocol (0.2.2 )
561
589
timeout
590
+ net-scp (4.1.0 )
591
+ net-ssh (>= 2.6.5 , < 8.0.0 )
592
+ net-sftp (4.0.0 )
593
+ net-ssh (>= 5.0.0 , < 8.0.0 )
562
594
net-smtp (0.5.1 )
563
595
net-protocol
596
+ net-ssh (7.3.0 )
564
597
nio4r (2.7.3 )
565
598
nokogiri (1.16.7-aarch64-linux )
566
599
racc (~> 1.4 )
850
883
spring-watcher-listen (2.1.0 )
851
884
listen (>= 2.7 , < 4.0 )
852
885
spring (>= 4 )
886
+ sshkit (1.24.0 )
887
+ base64
888
+ logger
889
+ net-scp (>= 1.1.2 )
890
+ net-sftp (>= 2.1.2 )
891
+ net-ssh (>= 2.8.0 )
892
+ ostruct
893
+ sshkit-interactive (0.3.0 )
894
+ sshkit (~> 1.12 )
853
895
statsd-ruby (1.5.0 )
854
896
strscan (3.1.2 )
855
897
temple (0.10.3 )
@@ -924,6 +966,14 @@ DEPENDENCIES
924
966
aws-sdk-s3
925
967
barnes
926
968
byebug
969
+ capistrano
970
+ capistrano-bundler
971
+ capistrano-passenger
972
+ capistrano-rails
973
+ capistrano-rails-console
974
+ capistrano-rbenv
975
+ capistrano-sidekiq
976
+ capistrano3-puma (~> 6.0 )
927
977
dalli
928
978
decidim (= 0.30.0.rc3 )
929
979
decidim-conferences (= 0.30.0.rc3 )
You can’t perform that action at this time.
0 commit comments