about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock245
2 files changed, 125 insertions, 122 deletions
diff --git a/Gemfile b/Gemfile index a8a3852..46a6dfb 100644 --- a/Gemfile +++ b/Gemfile
@@ -18,7 +18,7 @@ gem 'sassc-rails'
18# Use Uglifier as compressor for JavaScript assets 18# Use Uglifier as compressor for JavaScript assets
19gem 'uglifier', '>= 1.3.0' 19gem 'uglifier', '>= 1.3.0'
20# See https://github.com/rails/execjs#readme for more supported runtimes 20# See https://github.com/rails/execjs#readme for more supported runtimes
21gem 'therubyracer', platforms: :ruby 21gem 'mini_racer'
22 22
23# Use CoffeeScript for .coffee assets and views 23# Use CoffeeScript for .coffee assets and views
24gem 'coffee-rails', '~> 4.2' 24gem 'coffee-rails', '~> 4.2'
diff --git a/Gemfile.lock b/Gemfile.lock index 32a99d6..0a75380 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -28,85 +28,86 @@ GIT
28GEM 28GEM
29 remote: https://rubygems.org/ 29 remote: https://rubygems.org/
30 specs: 30 specs:
31 actioncable (7.0.4) 31 actioncable (7.0.8)
32 actionpack (= 7.0.4) 32 actionpack (= 7.0.8)
33 activesupport (= 7.0.4) 33 activesupport (= 7.0.8)
34 nio4r (~> 2.0) 34 nio4r (~> 2.0)
35 websocket-driver (>= 0.6.1) 35 websocket-driver (>= 0.6.1)
36 actionmailbox (7.0.4) 36 actionmailbox (7.0.8)
37 actionpack (= 7.0.4) 37 actionpack (= 7.0.8)
38 activejob (= 7.0.4) 38 activejob (= 7.0.8)
39 activerecord (= 7.0.4) 39 activerecord (= 7.0.8)
40 activestorage (= 7.0.4) 40 activestorage (= 7.0.8)
41 activesupport (= 7.0.4) 41 activesupport (= 7.0.8)
42 mail (>= 2.7.1) 42 mail (>= 2.7.1)
43 net-imap 43 net-imap
44 net-pop 44 net-pop
45 net-smtp 45 net-smtp
46 actionmailer (7.0.4) 46 actionmailer (7.0.8)
47 actionpack (= 7.0.4) 47 actionpack (= 7.0.8)
48 actionview (= 7.0.4) 48 actionview (= 7.0.8)
49 activejob (= 7.0.4) 49 activejob (= 7.0.8)
50 activesupport (= 7.0.4) 50 activesupport (= 7.0.8)
51 mail (~> 2.5, >= 2.5.4) 51 mail (~> 2.5, >= 2.5.4)
52 net-imap 52 net-imap
53 net-pop 53 net-pop
54 net-smtp 54 net-smtp
55 rails-dom-testing (~> 2.0) 55 rails-dom-testing (~> 2.0)
56 actionpack (7.0.4) 56 actionpack (7.0.8)
57 actionview (= 7.0.4) 57 actionview (= 7.0.8)
58 activesupport (= 7.0.4) 58 activesupport (= 7.0.8)
59 rack (~> 2.0, >= 2.2.0) 59 rack (~> 2.0, >= 2.2.4)
60 rack-test (>= 0.6.3) 60 rack-test (>= 0.6.3)
61 rails-dom-testing (~> 2.0) 61 rails-dom-testing (~> 2.0)
62 rails-html-sanitizer (~> 1.0, >= 1.2.0) 62 rails-html-sanitizer (~> 1.0, >= 1.2.0)
63 actiontext (7.0.4) 63 actiontext (7.0.8)
64 actionpack (= 7.0.4) 64 actionpack (= 7.0.8)
65 activerecord (= 7.0.4) 65 activerecord (= 7.0.8)
66 activestorage (= 7.0.4) 66 activestorage (= 7.0.8)
67 activesupport (= 7.0.4) 67 activesupport (= 7.0.8)
68 globalid (>= 0.6.0) 68 globalid (>= 0.6.0)
69 nokogiri (>= 1.8.5) 69 nokogiri (>= 1.8.5)
70 actionview (7.0.4) 70 actionview (7.0.8)
71 activesupport (= 7.0.4) 71 activesupport (= 7.0.8)
72 builder (~> 3.1) 72 builder (~> 3.1)
73 erubi (~> 1.4) 73 erubi (~> 1.4)
74 rails-dom-testing (~> 2.0) 74 rails-dom-testing (~> 2.0)
75 rails-html-sanitizer (~> 1.1, >= 1.2.0) 75 rails-html-sanitizer (~> 1.1, >= 1.2.0)
76 activejob (7.0.4) 76 activejob (7.0.8)
77 activesupport (= 7.0.4) 77 activesupport (= 7.0.8)
78 globalid (>= 0.3.6) 78 globalid (>= 0.3.6)
79 activemodel (7.0.4) 79 activemodel (7.0.8)
80 activesupport (= 7.0.4) 80 activesupport (= 7.0.8)
81 activerecord (7.0.4) 81 activerecord (7.0.8)
82 activemodel (= 7.0.4) 82 activemodel (= 7.0.8)
83 activesupport (= 7.0.4) 83 activesupport (= 7.0.8)
84 activerecord-diff (2.0.0) 84 activerecord-diff (2.0.0)
85 activestorage (7.0.4) 85 activestorage (7.0.8)
86 actionpack (= 7.0.4) 86 actionpack (= 7.0.8)
87 activejob (= 7.0.4) 87 activejob (= 7.0.8)
88 activerecord (= 7.0.4) 88 activerecord (= 7.0.8)
89 activesupport (= 7.0.4) 89 activesupport (= 7.0.8)
90 marcel (~> 1.0) 90 marcel (~> 1.0)
91 mini_mime (>= 1.1.0) 91 mini_mime (>= 1.1.0)
92 activesupport (7.0.4) 92 activesupport (7.0.8)
93 concurrent-ruby (~> 1.0, >= 1.0.2) 93 concurrent-ruby (~> 1.0, >= 1.0.2)
94 i18n (>= 1.6, < 2) 94 i18n (>= 1.6, < 2)
95 minitest (>= 5.1) 95 minitest (>= 5.1)
96 tzinfo (~> 2.0) 96 tzinfo (~> 2.0)
97 acts-as-taggable-on (9.0.1) 97 acts-as-taggable-on (9.0.1)
98 activerecord (>= 6.0, < 7.1) 98 activerecord (>= 6.0, < 7.1)
99 addressable (2.8.1) 99 addressable (2.8.5)
100 public_suffix (>= 2.0.2, < 6.0) 100 public_suffix (>= 2.0.2, < 6.0)
101 airbrussh (1.4.1) 101 airbrussh (1.5.0)
102 sshkit (>= 1.6.1, != 1.7.0) 102 sshkit (>= 1.6.1, != 1.7.0)
103 audited (5.0.2) 103 audited (5.4.0)
104 activerecord (>= 5.0, < 7.1) 104 activerecord (>= 5.0, < 7.2)
105 bcrypt (3.1.18) 105 request_store (~> 1.2)
106 bcrypt (3.1.19)
106 bindex (0.8.1) 107 bindex (0.8.1)
107 builder (3.2.4) 108 builder (3.2.4)
108 byebug (11.1.3) 109 byebug (11.1.3)
109 capistrano (3.17.1) 110 capistrano (3.17.3)
110 airbrussh (>= 1.0.0) 111 airbrussh (>= 1.0.0)
111 i18n 112 i18n
112 rake (>= 10.0.0) 113 rake (>= 10.0.0)
@@ -115,7 +116,7 @@ GEM
115 capistrano (~> 3.1) 116 capistrano (~> 3.1)
116 capistrano-passenger (0.2.1) 117 capistrano-passenger (0.2.1)
117 capistrano (~> 3.0) 118 capistrano (~> 3.0)
118 capistrano-rails (1.6.2) 119 capistrano-rails (1.6.3)
119 capistrano (~> 3.1) 120 capistrano (~> 3.1)
120 capistrano-bundler (>= 1.1, < 3) 121 capistrano-bundler (>= 1.1, < 3)
121 capistrano-rvm (0.1.2) 122 capistrano-rvm (0.1.2)
@@ -141,23 +142,23 @@ GEM
141 coffee-script-source 142 coffee-script-source
142 execjs 143 execjs
143 coffee-script-source (1.12.2) 144 coffee-script-source (1.12.2)
144 concurrent-ruby (1.1.10) 145 concurrent-ruby (1.2.2)
145 crass (1.0.6) 146 crass (1.0.6)
146 date (3.3.1) 147 date (3.3.3)
147 devise (4.8.1) 148 devise (4.9.2)
148 bcrypt (~> 3.0) 149 bcrypt (~> 3.0)
149 orm_adapter (~> 0.1) 150 orm_adapter (~> 0.1)
150 railties (>= 4.1.0) 151 railties (>= 4.1.0)
151 responders 152 responders
152 warden (~> 1.2.3) 153 warden (~> 1.2.3)
153 enumerize (2.5.0) 154 enumerize (2.7.0)
154 activesupport (>= 3.2) 155 activesupport (>= 3.2)
155 erubi (1.11.0) 156 erubi (1.12.0)
156 execjs (2.8.1) 157 execjs (2.9.1)
157 ffi (1.15.5) 158 ffi (1.16.3)
158 globalid (1.0.0) 159 globalid (1.2.1)
159 activesupport (>= 5.0) 160 activesupport (>= 6.1)
160 haml (6.1.1) 161 haml (6.2.3)
161 temple (>= 0.8.2) 162 temple (>= 0.8.2)
162 thor 163 thor
163 tilt 164 tilt
@@ -166,45 +167,47 @@ GEM
166 activesupport (>= 5.1) 167 activesupport (>= 5.1)
167 haml (>= 4.0.6) 168 haml (>= 4.0.6)
168 railties (>= 5.1) 169 railties (>= 5.1)
169 highline (2.0.3) 170 highline (2.1.0)
170 i18n (1.12.0) 171 i18n (1.14.1)
171 concurrent-ruby (~> 1.0) 172 concurrent-ruby (~> 1.0)
172 jbuilder (2.11.5) 173 jbuilder (2.11.5)
173 actionview (>= 5.0.0) 174 actionview (>= 5.0.0)
174 activesupport (>= 5.0.0) 175 activesupport (>= 5.0.0)
175 jquery-rails (4.5.1) 176 jquery-rails (4.6.0)
176 rails-dom-testing (>= 1, < 3) 177 rails-dom-testing (>= 1, < 3)
177 railties (>= 4.2.0) 178 railties (>= 4.2.0)
178 thor (>= 0.14, < 2.0) 179 thor (>= 0.14, < 2.0)
179 jquery-ui-rails (6.0.1) 180 jquery-ui-rails (6.0.1)
180 railties (>= 3.2.16) 181 railties (>= 3.2.16)
181 js-routes (2.2.4) 182 js-routes (2.2.7)
182 railties (>= 4) 183 railties (>= 4)
183 libv8 (3.16.14.19) 184 libv8-node (18.16.0.0)
184 listen (3.0.8) 185 listen (3.0.8)
185 rb-fsevent (~> 0.9, >= 0.9.4) 186 rb-fsevent (~> 0.9, >= 0.9.4)
186 rb-inotify (~> 0.9, >= 0.9.7) 187 rb-inotify (~> 0.9, >= 0.9.7)
187 loofah (2.19.0) 188 loofah (2.21.4)
188 crass (~> 1.0.2) 189 crass (~> 1.0.2)
189 nokogiri (>= 1.5.9) 190 nokogiri (>= 1.12.0)
190 mail (2.8.0) 191 mail (2.8.1)
191 mini_mime (>= 0.1.1) 192 mini_mime (>= 0.1.1)
192 net-imap 193 net-imap
193 net-pop 194 net-pop
194 net-smtp 195 net-smtp
195 marcel (1.0.2) 196 marcel (1.0.2)
196 method_source (1.0.0) 197 method_source (1.0.0)
197 mime-types (3.4.1) 198 mime-types (3.5.1)
198 mime-types-data (~> 3.2015) 199 mime-types-data (~> 3.2015)
199 mime-types-data (3.2022.0105) 200 mime-types-data (3.2023.1003)
200 mimemagic (0.3.10) 201 mimemagic (0.3.10)
201 nokogiri (~> 1) 202 nokogiri (~> 1)
202 rake 203 rake
203 mini_mime (1.1.2) 204 mini_mime (1.1.5)
204 mini_portile2 (2.8.0) 205 mini_portile2 (2.8.4)
205 minitest (5.16.3) 206 mini_racer (0.8.0)
206 mysql2 (0.5.4) 207 libv8-node (~> 18.16.0.0)
207 net-imap (0.3.2) 208 minitest (5.20.0)
209 mysql2 (0.5.5)
210 net-imap (0.4.1)
208 date 211 date
209 net-protocol 212 net-protocol
210 net-pop (0.1.2) 213 net-pop (0.1.2)
@@ -213,12 +216,12 @@ GEM
213 timeout 216 timeout
214 net-scp (4.0.0) 217 net-scp (4.0.0)
215 net-ssh (>= 2.6.5, < 8.0.0) 218 net-ssh (>= 2.6.5, < 8.0.0)
216 net-smtp (0.3.3) 219 net-smtp (0.4.0)
217 net-protocol 220 net-protocol
218 net-ssh (7.0.1) 221 net-ssh (7.2.0)
219 nio4r (2.5.8) 222 nio4r (2.5.9)
220 nokogiri (1.13.10) 223 nokogiri (1.15.4)
221 mini_portile2 (~> 2.8.0) 224 mini_portile2 (~> 2.8.2)
222 racc (~> 1.4) 225 racc (~> 1.4)
223 normalize-rails (8.0.1) 226 normalize-rails (8.0.1)
224 orm_adapter (0.5.0) 227 orm_adapter (0.5.0)
@@ -228,33 +231,35 @@ GEM
228 mime-types 231 mime-types
229 mimemagic (~> 0.3.0) 232 mimemagic (~> 0.3.0)
230 terrapin (~> 0.6.0) 233 terrapin (~> 0.6.0)
231 public_suffix (5.0.1) 234 public_suffix (5.0.3)
232 racc (1.6.1) 235 racc (1.7.1)
233 rack (2.2.4) 236 rack (2.2.8)
234 rack-test (2.0.2) 237 rack-test (2.1.0)
235 rack (>= 1.3) 238 rack (>= 1.3)
236 rails (7.0.4) 239 rails (7.0.8)
237 actioncable (= 7.0.4) 240 actioncable (= 7.0.8)
238 actionmailbox (= 7.0.4) 241 actionmailbox (= 7.0.8)
239 actionmailer (= 7.0.4) 242 actionmailer (= 7.0.8)
240 actionpack (= 7.0.4) 243 actionpack (= 7.0.8)
241 actiontext (= 7.0.4) 244 actiontext (= 7.0.8)
242 actionview (= 7.0.4) 245 actionview (= 7.0.8)
243 activejob (= 7.0.4) 246 activejob (= 7.0.8)
244 activemodel (= 7.0.4) 247 activemodel (= 7.0.8)
245 activerecord (= 7.0.4) 248 activerecord (= 7.0.8)
246 activestorage (= 7.0.4) 249 activestorage (= 7.0.8)
247 activesupport (= 7.0.4) 250 activesupport (= 7.0.8)
248 bundler (>= 1.15.0) 251 bundler (>= 1.15.0)
249 railties (= 7.0.4) 252 railties (= 7.0.8)
250 rails-dom-testing (2.0.3) 253 rails-dom-testing (2.2.0)
251 activesupport (>= 4.2.0) 254 activesupport (>= 5.0.0)
255 minitest
252 nokogiri (>= 1.6) 256 nokogiri (>= 1.6)
253 rails-html-sanitizer (1.4.3) 257 rails-html-sanitizer (1.6.0)
254 loofah (~> 2.3) 258 loofah (~> 2.21)
255 railties (7.0.4) 259 nokogiri (~> 1.14)
256 actionpack (= 7.0.4) 260 railties (7.0.8)
257 activesupport (= 7.0.4) 261 actionpack (= 7.0.8)
262 activesupport (= 7.0.8)
258 method_source 263 method_source
259 rake (>= 12.2) 264 rake (>= 12.2)
260 thor (~> 1.0) 265 thor (~> 1.0)
@@ -263,11 +268,12 @@ GEM
263 rb-fsevent (0.11.2) 268 rb-fsevent (0.11.2)
264 rb-inotify (0.10.1) 269 rb-inotify (0.10.1)
265 ffi (~> 1.0) 270 ffi (~> 1.0)
266 ref (2.0.0) 271 request_store (1.5.1)
267 responders (3.0.1) 272 rack (>= 1.4)
268 actionpack (>= 5.0) 273 responders (3.1.0)
269 railties (>= 5.0) 274 actionpack (>= 5.2)
270 rexml (3.2.5) 275 railties (>= 5.2)
276 rexml (3.2.6)
271 rubyzip (2.3.2) 277 rubyzip (2.3.2)
272 sassc (2.4.0) 278 sassc (2.4.0)
273 ffi (~> 1.9) 279 ffi (~> 1.9)
@@ -277,7 +283,7 @@ GEM
277 sprockets (> 3.0) 283 sprockets (> 3.0)
278 sprockets-rails 284 sprockets-rails
279 tilt 285 tilt
280 selenium-webdriver (4.7.1) 286 selenium-webdriver (4.14.0)
281 rexml (~> 3.2, >= 3.2.5) 287 rexml (~> 3.2, >= 3.2.5)
282 rubyzip (>= 1.2.2, < 3.0) 288 rubyzip (>= 1.2.2, < 3.0)
283 websocket (~> 1.0) 289 websocket (~> 1.0)
@@ -295,43 +301,40 @@ GEM
295 actionpack (>= 5.2) 301 actionpack (>= 5.2)
296 activesupport (>= 5.2) 302 activesupport (>= 5.2)
297 sprockets (>= 3.0.0) 303 sprockets (>= 3.0.0)
298 sqlite3 (1.5.4) 304 sqlite3 (1.6.7)
299 mini_portile2 (~> 2.8.0) 305 mini_portile2 (~> 2.8.0)
300 sshkit (1.21.3) 306 sshkit (1.21.5)
301 net-scp (>= 1.1.2) 307 net-scp (>= 1.1.2)
302 net-ssh (>= 2.8.0) 308 net-ssh (>= 2.8.0)
303 temple (0.9.1) 309 temple (0.10.3)
304 terrapin (0.6.0) 310 terrapin (0.6.0)
305 climate_control (>= 0.0.3, < 1.0) 311 climate_control (>= 0.0.3, < 1.0)
306 therubyracer (0.12.3) 312 thor (1.2.2)
307 libv8 (~> 3.16.14.15) 313 tilt (2.3.0)
308 ref 314 timeout (0.4.0)
309 thor (1.2.1)
310 tilt (2.0.11)
311 timeout (0.3.1)
312 turbolinks (5.2.1) 315 turbolinks (5.2.1)
313 turbolinks-source (~> 5.2) 316 turbolinks-source (~> 5.2)
314 turbolinks-source (5.2.0) 317 turbolinks-source (5.2.0)
315 tzinfo (2.0.5) 318 tzinfo (2.0.6)
316 concurrent-ruby (~> 1.0) 319 concurrent-ruby (~> 1.0)
317 uglifier (4.2.0) 320 uglifier (4.2.0)
318 execjs (>= 0.3.0, < 3) 321 execjs (>= 0.3.0, < 3)
319 victor (0.3.4) 322 victor (0.3.4)
320 warden (1.2.9) 323 warden (1.2.9)
321 rack (>= 2.0.9) 324 rack (>= 2.0.9)
322 web-console (4.2.0) 325 web-console (4.2.1)
323 actionview (>= 6.0.0) 326 actionview (>= 6.0.0)
324 activemodel (>= 6.0.0) 327 activemodel (>= 6.0.0)
325 bindex (>= 0.4.0) 328 bindex (>= 0.4.0)
326 railties (>= 6.0.0) 329 railties (>= 6.0.0)
327 webrick (1.7.0) 330 webrick (1.8.1)
328 websocket (1.2.9) 331 websocket (1.2.10)
329 websocket-driver (0.7.5) 332 websocket-driver (0.7.6)
330 websocket-extensions (>= 0.1.0) 333 websocket-extensions (>= 0.1.0)
331 websocket-extensions (0.1.5) 334 websocket-extensions (0.1.5)
332 xpath (3.2.0) 335 xpath (3.2.0)
333 nokogiri (~> 1.8) 336 nokogiri (~> 1.8)
334 zeitwerk (2.6.6) 337 zeitwerk (2.6.12)
335 338
336PLATFORMS 339PLATFORMS
337 ruby 340 ruby
@@ -358,6 +361,7 @@ DEPENDENCIES
358 js-routes 361 js-routes
359 lingo! 362 lingo!
360 listen (>= 3.0.5, < 3.2) 363 listen (>= 3.0.5, < 3.2)
364 mini_racer
361 mysql2 365 mysql2
362 normalize-rails 366 normalize-rails
363 paperclip 367 paperclip
@@ -369,7 +373,6 @@ DEPENDENCIES
369 spring-watcher-listen (~> 2.0.0) 373 spring-watcher-listen (~> 2.0.0)
370 sprockets (= 3.7.2) 374 sprockets (= 3.7.2)
371 sqlite3 375 sqlite3
372 therubyracer
373 turbolinks (~> 5) 376 turbolinks (~> 5)
374 tzinfo-data 377 tzinfo-data
375 uglifier (>= 1.3.0) 378 uglifier (>= 1.3.0)