about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock298
-rw-r--r--config/deploy.rb2
3 files changed, 162 insertions, 140 deletions
diff --git a/Gemfile b/Gemfile index 4d6eda6..f36dc70 100644 --- a/Gemfile +++ b/Gemfile
@@ -83,7 +83,7 @@ end
83 83
84group :production do 84group :production do
85 gem 'mysql2' 85 gem 'mysql2'
86 gem 'rack', '2.2.8' 86 gem 'rack', '~> 2.2.8'
87end 87end
88 88
89gem "rice" 89gem "rice"
diff --git a/Gemfile.lock b/Gemfile.lock index bbbf45a..373746b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -1,35 +1,35 @@
1GEM 1GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actioncable (7.1.2) 4 actioncable (7.1.5.1)
5 actionpack (= 7.1.2) 5 actionpack (= 7.1.5.1)
6 activesupport (= 7.1.2) 6 activesupport (= 7.1.5.1)
7 nio4r (~> 2.0) 7 nio4r (~> 2.0)
8 websocket-driver (>= 0.6.1) 8 websocket-driver (>= 0.6.1)
9 zeitwerk (~> 2.6) 9 zeitwerk (~> 2.6)
10 actionmailbox (7.1.2) 10 actionmailbox (7.1.5.1)
11 actionpack (= 7.1.2) 11 actionpack (= 7.1.5.1)
12 activejob (= 7.1.2) 12 activejob (= 7.1.5.1)
13 activerecord (= 7.1.2) 13 activerecord (= 7.1.5.1)
14 activestorage (= 7.1.2) 14 activestorage (= 7.1.5.1)
15 activesupport (= 7.1.2) 15 activesupport (= 7.1.5.1)
16 mail (>= 2.7.1) 16 mail (>= 2.7.1)
17 net-imap 17 net-imap
18 net-pop 18 net-pop
19 net-smtp 19 net-smtp
20 actionmailer (7.1.2) 20 actionmailer (7.1.5.1)
21 actionpack (= 7.1.2) 21 actionpack (= 7.1.5.1)
22 actionview (= 7.1.2) 22 actionview (= 7.1.5.1)
23 activejob (= 7.1.2) 23 activejob (= 7.1.5.1)
24 activesupport (= 7.1.2) 24 activesupport (= 7.1.5.1)
25 mail (~> 2.5, >= 2.5.4) 25 mail (~> 2.5, >= 2.5.4)
26 net-imap 26 net-imap
27 net-pop 27 net-pop
28 net-smtp 28 net-smtp
29 rails-dom-testing (~> 2.2) 29 rails-dom-testing (~> 2.2)
30 actionpack (7.1.2) 30 actionpack (7.1.5.1)
31 actionview (= 7.1.2) 31 actionview (= 7.1.5.1)
32 activesupport (= 7.1.2) 32 activesupport (= 7.1.5.1)
33 nokogiri (>= 1.8.5) 33 nokogiri (>= 1.8.5)
34 racc 34 racc
35 rack (>= 2.2.4) 35 rack (>= 2.2.4)
@@ -37,119 +37,126 @@ GEM
37 rack-test (>= 0.6.3) 37 rack-test (>= 0.6.3)
38 rails-dom-testing (~> 2.2) 38 rails-dom-testing (~> 2.2)
39 rails-html-sanitizer (~> 1.6) 39 rails-html-sanitizer (~> 1.6)
40 actiontext (7.1.2) 40 actiontext (7.1.5.1)
41 actionpack (= 7.1.2) 41 actionpack (= 7.1.5.1)
42 activerecord (= 7.1.2) 42 activerecord (= 7.1.5.1)
43 activestorage (= 7.1.2) 43 activestorage (= 7.1.5.1)
44 activesupport (= 7.1.2) 44 activesupport (= 7.1.5.1)
45 globalid (>= 0.6.0) 45 globalid (>= 0.6.0)
46 nokogiri (>= 1.8.5) 46 nokogiri (>= 1.8.5)
47 actionview (7.1.2) 47 actionview (7.1.5.1)
48 activesupport (= 7.1.2) 48 activesupport (= 7.1.5.1)
49 builder (~> 3.1) 49 builder (~> 3.1)
50 erubi (~> 1.11) 50 erubi (~> 1.11)
51 rails-dom-testing (~> 2.2) 51 rails-dom-testing (~> 2.2)
52 rails-html-sanitizer (~> 1.6) 52 rails-html-sanitizer (~> 1.6)
53 activejob (7.1.2) 53 activejob (7.1.5.1)
54 activesupport (= 7.1.2) 54 activesupport (= 7.1.5.1)
55 globalid (>= 0.3.6) 55 globalid (>= 0.3.6)
56 activemodel (7.1.2) 56 activemodel (7.1.5.1)
57 activesupport (= 7.1.2) 57 activesupport (= 7.1.5.1)
58 activerecord (7.1.2) 58 activerecord (7.1.5.1)
59 activemodel (= 7.1.2) 59 activemodel (= 7.1.5.1)
60 activesupport (= 7.1.2) 60 activesupport (= 7.1.5.1)
61 timeout (>= 0.4.0) 61 timeout (>= 0.4.0)
62 activestorage (7.1.2) 62 activestorage (7.1.5.1)
63 actionpack (= 7.1.2) 63 actionpack (= 7.1.5.1)
64 activejob (= 7.1.2) 64 activejob (= 7.1.5.1)
65 activerecord (= 7.1.2) 65 activerecord (= 7.1.5.1)
66 activesupport (= 7.1.2) 66 activesupport (= 7.1.5.1)
67 marcel (~> 1.0) 67 marcel (~> 1.0)
68 activesupport (7.1.2) 68 activesupport (7.1.5.1)
69 base64 69 base64
70 benchmark (>= 0.3)
70 bigdecimal 71 bigdecimal
71 concurrent-ruby (~> 1.0, >= 1.0.2) 72 concurrent-ruby (~> 1.0, >= 1.0.2)
72 connection_pool (>= 2.2.5) 73 connection_pool (>= 2.2.5)
73 drb 74 drb
74 i18n (>= 1.6, < 2) 75 i18n (>= 1.6, < 2)
76 logger (>= 1.4.2)
75 minitest (>= 5.1) 77 minitest (>= 5.1)
76 mutex_m 78 mutex_m
79 securerandom (>= 0.3)
77 tzinfo (~> 2.0) 80 tzinfo (~> 2.0)
78 addressable (2.8.5) 81 addressable (2.8.7)
79 public_suffix (>= 2.0.2, < 6.0) 82 public_suffix (>= 2.0.2, < 7.0)
80 airbrussh (1.5.0) 83 airbrussh (1.5.3)
81 sshkit (>= 1.6.1, != 1.7.0) 84 sshkit (>= 1.6.1, != 1.7.0)
82 base64 (0.2.0) 85 base64 (0.2.0)
83 bcrypt_pbkdf (1.1.1) 86 bcrypt_pbkdf (1.1.1)
84 bcrypt_pbkdf (1.1.1-x86_64-darwin) 87 bcrypt_pbkdf (1.1.1-x86_64-darwin)
85 bigdecimal (3.1.4) 88 benchmark (0.4.0)
89 bigdecimal (3.1.9)
86 bindex (0.8.1) 90 bindex (0.8.1)
87 bootsnap (1.17.0) 91 bootsnap (1.18.4)
88 msgpack (~> 1.2) 92 msgpack (~> 1.2)
89 builder (3.2.4) 93 builder (3.3.0)
90 capistrano (3.18.0) 94 capistrano (3.19.2)
91 airbrussh (>= 1.0.0) 95 airbrussh (>= 1.0.0)
92 i18n 96 i18n
93 rake (>= 10.0.0) 97 rake (>= 10.0.0)
94 sshkit (>= 1.9.0) 98 sshkit (>= 1.9.0)
95 capistrano-bundler (2.1.0) 99 capistrano-bundler (2.1.1)
96 capistrano (~> 3.1) 100 capistrano (~> 3.1)
97 capistrano-passenger (0.2.1) 101 capistrano-passenger (0.2.1)
98 capistrano (~> 3.0) 102 capistrano (~> 3.0)
99 capistrano-rails (1.6.3) 103 capistrano-rails (1.7.0)
100 capistrano (~> 3.1) 104 capistrano (~> 3.1)
101 capistrano-bundler (>= 1.1, < 3) 105 capistrano-bundler (>= 1.1, < 3)
102 capistrano-rvm (0.1.2) 106 capistrano-rvm (0.1.2)
103 capistrano (~> 3.0) 107 capistrano (~> 3.0)
104 sshkit (~> 1.2) 108 sshkit (~> 1.2)
105 capybara (3.39.2) 109 capybara (3.40.0)
106 addressable 110 addressable
107 matrix 111 matrix
108 mini_mime (>= 0.1.3) 112 mini_mime (>= 0.1.3)
109 nokogiri (~> 1.8) 113 nokogiri (~> 1.11)
110 rack (>= 1.6.0) 114 rack (>= 1.6.0)
111 rack-test (>= 0.6.3) 115 rack-test (>= 0.6.3)
112 regexp_parser (>= 1.5, < 3.0) 116 regexp_parser (>= 1.5, < 3.0)
113 xpath (~> 3.2) 117 xpath (~> 3.2)
114 chronic (0.10.2) 118 chronic (0.10.2)
115 concurrent-ruby (1.2.2) 119 concurrent-ruby (1.3.5)
116 connection_pool (2.4.1) 120 connection_pool (2.5.3)
117 crass (1.0.6) 121 crass (1.0.6)
118 date (3.3.4) 122 date (3.4.1)
119 debug (1.8.0) 123 debug (1.10.0)
120 irb (>= 1.5.0) 124 irb (~> 1.10)
121 reline (>= 0.3.1) 125 reline (>= 0.3.8)
122 drb (2.2.0) 126 drb (2.2.1)
123 ruby2_keywords 127 ed25519 (1.4.0)
124 ed25519 (1.3.0) 128 enumerize (2.8.1)
125 enumerize (2.7.0)
126 activesupport (>= 3.2) 129 activesupport (>= 3.2)
127 erubi (1.12.0) 130 erubi (1.13.1)
128 execjs (2.9.1) 131 execjs (2.10.0)
129 ffi (1.16.3) 132 ffi (1.17.2-x86_64-darwin)
133 ffi (1.17.2-x86_64-linux-gnu)
130 globalid (1.2.1) 134 globalid (1.2.1)
131 activesupport (>= 6.1) 135 activesupport (>= 6.1)
132 haml (6.2.3) 136 haml (6.3.0)
133 temple (>= 0.8.2) 137 temple (>= 0.8.2)
134 thor 138 thor
135 tilt 139 tilt
136 highline (2.1.0) 140 highline (3.1.2)
137 i18n (1.14.1) 141 reline
142 i18n (1.14.7)
138 concurrent-ruby (~> 1.0) 143 concurrent-ruby (~> 1.0)
139 io-console (0.6.0) 144 io-console (0.8.0)
140 irb (1.9.1) 145 irb (1.15.2)
141 rdoc 146 pp (>= 0.6.0)
142 reline (>= 0.3.8) 147 rdoc (>= 4.0.0)
143 jbuilder (2.11.5) 148 reline (>= 0.4.2)
149 jbuilder (2.13.0)
144 actionview (>= 5.0.0) 150 actionview (>= 5.0.0)
145 activesupport (>= 5.0.0) 151 activesupport (>= 5.0.0)
146 jquery-rails (4.6.0) 152 jquery-rails (4.6.0)
147 rails-dom-testing (>= 1, < 3) 153 rails-dom-testing (>= 1, < 3)
148 railties (>= 4.2.0) 154 railties (>= 4.2.0)
149 thor (>= 0.14, < 2.0) 155 thor (>= 0.14, < 2.0)
150 libv8-node (18.16.0.0-x86_64-darwin) 156 libv8-node (23.6.1.0-x86_64-darwin)
151 libv8-node (18.16.0.0-x86_64-linux) 157 libv8-node (23.6.1.0-x86_64-linux)
152 loofah (2.22.0) 158 logger (1.7.0)
159 loofah (2.24.1)
153 crass (~> 1.0.2) 160 crass (~> 1.0.2)
154 nokogiri (>= 1.12.0) 161 nokogiri (>= 1.12.0)
155 mail (2.8.1) 162 mail (2.8.1)
@@ -157,87 +164,93 @@ GEM
157 net-imap 164 net-imap
158 net-pop 165 net-pop
159 net-smtp 166 net-smtp
160 marcel (1.0.2) 167 marcel (1.0.4)
161 matrix (0.4.2) 168 matrix (0.4.2)
162 mini_mime (1.1.5) 169 mini_mime (1.1.5)
163 mini_racer (0.8.0) 170 mini_racer (0.18.1)
164 libv8-node (~> 18.16.0.0) 171 libv8-node (~> 23.6.1.0)
165 minitest (5.20.0) 172 minitest (5.25.5)
166 msgpack (1.7.2) 173 msgpack (1.8.0)
167 mutex_m (0.2.0) 174 mutex_m (0.3.0)
168 mysql2 (0.5.5) 175 mysql2 (0.5.6)
169 net-imap (0.4.7) 176 net-imap (0.5.8)
170 date 177 date
171 net-protocol 178 net-protocol
172 net-pop (0.1.2) 179 net-pop (0.1.2)
173 net-protocol 180 net-protocol
174 net-protocol (0.2.2) 181 net-protocol (0.2.2)
175 timeout 182 timeout
176 net-scp (4.0.0) 183 net-scp (4.1.0)
177 net-ssh (>= 2.6.5, < 8.0.0) 184 net-ssh (>= 2.6.5, < 8.0.0)
178 net-smtp (0.4.0) 185 net-sftp (4.0.0)
186 net-ssh (>= 5.0.0, < 8.0.0)
187 net-smtp (0.5.1)
179 net-protocol 188 net-protocol
180 net-ssh (7.2.0) 189 net-ssh (7.3.0)
181 nio4r (2.6.1) 190 nio4r (2.7.4)
182 nokogiri (1.15.5-x86_64-darwin) 191 nokogiri (1.18.8-x86_64-darwin)
183 racc (~> 1.4) 192 racc (~> 1.4)
184 nokogiri (1.15.5-x86_64-linux) 193 nokogiri (1.18.8-x86_64-linux-gnu)
185 racc (~> 1.4) 194 racc (~> 1.4)
186 psych (5.1.1.1) 195 ostruct (0.6.1)
196 pp (0.6.2)
197 prettyprint
198 prettyprint (0.2.0)
199 psych (5.2.6)
200 date
187 stringio 201 stringio
188 public_suffix (5.0.4) 202 public_suffix (6.0.2)
189 puma (6.4.0) 203 puma (6.6.0)
190 nio4r (~> 2.0) 204 nio4r (~> 2.0)
191 racc (1.7.3) 205 racc (1.8.1)
192 rack (2.2.8) 206 rack (2.2.14)
193 rack-session (1.0.1) 207 rack-session (1.0.2)
194 rack (< 3) 208 rack (< 3)
195 rack-test (2.1.0) 209 rack-test (2.2.0)
196 rack (>= 1.3) 210 rack (>= 1.3)
197 rackup (1.0.0) 211 rackup (1.0.1)
198 rack (< 3) 212 rack (< 3)
199 webrick 213 webrick
200 rails (7.1.2) 214 rails (7.1.5.1)
201 actioncable (= 7.1.2) 215 actioncable (= 7.1.5.1)
202 actionmailbox (= 7.1.2) 216 actionmailbox (= 7.1.5.1)
203 actionmailer (= 7.1.2) 217 actionmailer (= 7.1.5.1)
204 actionpack (= 7.1.2) 218 actionpack (= 7.1.5.1)
205 actiontext (= 7.1.2) 219 actiontext (= 7.1.5.1)
206 actionview (= 7.1.2) 220 actionview (= 7.1.5.1)
207 activejob (= 7.1.2) 221 activejob (= 7.1.5.1)
208 activemodel (= 7.1.2) 222 activemodel (= 7.1.5.1)
209 activerecord (= 7.1.2) 223 activerecord (= 7.1.5.1)
210 activestorage (= 7.1.2) 224 activestorage (= 7.1.5.1)
211 activesupport (= 7.1.2) 225 activesupport (= 7.1.5.1)
212 bundler (>= 1.15.0) 226 bundler (>= 1.15.0)
213 railties (= 7.1.2) 227 railties (= 7.1.5.1)
214 rails-dom-testing (2.2.0) 228 rails-dom-testing (2.2.0)
215 activesupport (>= 5.0.0) 229 activesupport (>= 5.0.0)
216 minitest 230 minitest
217 nokogiri (>= 1.6) 231 nokogiri (>= 1.6)
218 rails-html-sanitizer (1.6.0) 232 rails-html-sanitizer (1.6.2)
219 loofah (~> 2.21) 233 loofah (~> 2.21)
220 nokogiri (~> 1.14) 234 nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
221 railties (7.1.2) 235 railties (7.1.5.1)
222 actionpack (= 7.1.2) 236 actionpack (= 7.1.5.1)
223 activesupport (= 7.1.2) 237 activesupport (= 7.1.5.1)
224 irb 238 irb
225 rackup (>= 1.0.0) 239 rackup (>= 1.0.0)
226 rake (>= 12.2) 240 rake (>= 12.2)
227 thor (~> 1.0, >= 1.2.2) 241 thor (~> 1.0, >= 1.2.2)
228 zeitwerk (~> 2.6) 242 zeitwerk (~> 2.6)
229 rake (13.1.0) 243 rake (13.2.1)
230 rake-compiler (1.2.5) 244 rake-compiler (1.3.0)
231 rake 245 rake
232 rdoc (6.6.0) 246 rdoc (6.13.1)
233 psych (>= 4.0.0) 247 psych (>= 4.0.0)
234 regexp_parser (2.8.2) 248 regexp_parser (2.10.0)
235 reline (0.4.1) 249 reline (0.6.1)
236 io-console (~> 0.5) 250 io-console (~> 0.5)
237 rexml (3.2.6) 251 rexml (3.4.1)
238 rice (4.1.0) 252 rice (4.5.0)
239 ruby2_keywords (0.0.5) 253 rubyzip (2.4.1)
240 rubyzip (2.3.2)
241 sassc (2.4.0) 254 sassc (2.4.0)
242 ffi (~> 1.9) 255 ffi (~> 1.9)
243 sassc-rails (2.1.2) 256 sassc-rails (2.1.2)
@@ -246,29 +259,37 @@ GEM
246 sprockets (> 3.0) 259 sprockets (> 3.0)
247 sprockets-rails 260 sprockets-rails
248 tilt 261 tilt
249 selenium-webdriver (4.15.0) 262 securerandom (0.4.1)
263 selenium-webdriver (4.32.0)
264 base64 (~> 0.2)
265 logger (~> 1.4)
250 rexml (~> 3.2, >= 3.2.5) 266 rexml (~> 3.2, >= 3.2.5)
251 rubyzip (>= 1.2.2, < 3.0) 267 rubyzip (>= 1.2.2, < 3.0)
252 websocket (~> 1.0) 268 websocket (~> 1.0)
253 sprockets (4.2.1) 269 sprockets (4.2.2)
254 concurrent-ruby (~> 1.0) 270 concurrent-ruby (~> 1.0)
271 logger
255 rack (>= 2.2.4, < 4) 272 rack (>= 2.2.4, < 4)
256 sprockets-rails (3.4.2) 273 sprockets-rails (3.5.2)
257 actionpack (>= 5.2) 274 actionpack (>= 6.1)
258 activesupport (>= 5.2) 275 activesupport (>= 6.1)
259 sprockets (>= 3.0.0) 276 sprockets (>= 3.0.0)
260 sqlite3 (1.6.9-x86_64-darwin) 277 sqlite3 (1.7.3-x86_64-darwin)
261 sqlite3 (1.6.9-x86_64-linux) 278 sqlite3 (1.7.3-x86_64-linux)
262 sshkit (1.21.6) 279 sshkit (1.24.0)
280 base64
281 logger
263 net-scp (>= 1.1.2) 282 net-scp (>= 1.1.2)
283 net-sftp (>= 2.1.2)
264 net-ssh (>= 2.8.0) 284 net-ssh (>= 2.8.0)
265 stringio (3.1.0) 285 ostruct
286 stringio (3.1.7)
266 temple (0.10.3) 287 temple (0.10.3)
267 terser (1.1.20) 288 terser (1.1.20)
268 execjs (>= 0.3.0, < 3) 289 execjs (>= 0.3.0, < 3)
269 thor (1.3.0) 290 thor (1.3.2)
270 tilt (2.3.0) 291 tilt (2.6.0)
271 timeout (0.4.1) 292 timeout (0.4.3)
272 tzinfo (2.0.6) 293 tzinfo (2.0.6)
273 concurrent-ruby (~> 1.0) 294 concurrent-ruby (~> 1.0)
274 web-console (4.2.1) 295 web-console (4.2.1)
@@ -276,16 +297,17 @@ GEM
276 activemodel (>= 6.0.0) 297 activemodel (>= 6.0.0)
277 bindex (>= 0.4.0) 298 bindex (>= 0.4.0)
278 railties (>= 6.0.0) 299 railties (>= 6.0.0)
279 webrick (1.8.1) 300 webrick (1.9.1)
280 websocket (1.2.10) 301 websocket (1.2.11)
281 websocket-driver (0.7.6) 302 websocket-driver (0.7.7)
303 base64
282 websocket-extensions (>= 0.1.0) 304 websocket-extensions (>= 0.1.0)
283 websocket-extensions (0.1.5) 305 websocket-extensions (0.1.5)
284 whenever (1.0.0) 306 whenever (1.0.0)
285 chronic (>= 0.6.3) 307 chronic (>= 0.6.3)
286 xpath (3.2.0) 308 xpath (3.2.0)
287 nokogiri (~> 1.8) 309 nokogiri (~> 1.8)
288 zeitwerk (2.6.12) 310 zeitwerk (2.7.2)
289 311
290PLATFORMS 312PLATFORMS
291 x86_64-darwin-22 313 x86_64-darwin-22
@@ -310,7 +332,7 @@ DEPENDENCIES
310 mini_racer 332 mini_racer
311 mysql2 333 mysql2
312 puma (>= 5.0) 334 puma (>= 5.0)
313 rack (= 2.2.8) 335 rack (~> 2.2.8)
314 rails (~> 7.1.2) 336 rails (~> 7.1.2)
315 rake-compiler 337 rake-compiler
316 rice 338 rice
diff --git a/config/deploy.rb b/config/deploy.rb index 3ef0266..36a8c3a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb
@@ -1,5 +1,5 @@
1# config valid only for current version of Capistrano 1# config valid only for current version of Capistrano
2lock "3.18.0" 2lock "3.19.2"
3 3
4set :application, "wittle" 4set :application, "wittle"
5set :repo_url, "/srv/git/wittle" 5set :repo_url, "/srv/git/wittle"