File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,25 @@ gem 'sprockets-rails'
8
8
gem 'bootsnap' , require : false
9
9
10
10
gem 'acts-as-taggable-on'
11
- gem " benchmark" # LOCKED: Added because of activesupport 7.0
12
- gem " bigdecimal" # LOCKED: Added because of activesupport 7.0
11
+ gem ' benchmark' # LOCKED: Added because of activesupport 7.0
12
+ gem ' bigdecimal' # LOCKED: Added because of activesupport 7.0
13
13
gem 'carrierwave'
14
14
gem 'cocoon'
15
15
gem 'delayed_job'
16
16
gem 'delayed_job_active_record'
17
+ gem 'drb' # LOCKED: Added because of pry-remote
17
18
gem 'font_awesome5_rails'
18
19
gem 'bootstrap' , '~> 5'
19
20
gem 'friendly_id'
20
21
gem 'haml'
21
22
gem 'high_voltage'
23
+ gem 'irb' # LOCKED: Added because of byebug
22
24
gem 'jquery-rails'
23
25
gem 'jquery-ui-rails'
24
26
25
27
# Use Active Storage variant
26
28
gem 'image_processing' , '~> 1.2'
27
- gem " mutex_m" # LOCKED: Added because of activesupport 7.0
29
+ gem ' mutex_m' # LOCKED: Added because of activesupport 7.0
28
30
gem 'nokogiri'
29
31
gem 'omniauth'
30
32
gem 'omniauth-github'
@@ -35,7 +37,7 @@ gem 'premailer-rails'
35
37
36
38
gem 'pundit'
37
39
gem 'rails4-autocomplete'
38
- gem " reline" # LOCKED: Added because of readline is not part of Ruby 3.5.0
40
+ gem ' reline' # LOCKED: Added because of readline is not part of Ruby 3.5.0
39
41
gem 'rolify'
40
42
# Use Sass to process CSS
41
43
gem 'sassc-rails'
Original file line number Diff line number Diff line change 169
169
dotenv-rails (3.1.0 )
170
170
dotenv (= 3.1.0 )
171
171
railties (>= 6.1 )
172
+ double-bag-ftps (0.1.4 )
173
+ drb (2.2.3 )
174
+ erb (5.0.2 )
172
175
erubi (1.13.1 )
173
176
execjs (2.10.0 )
174
177
fabrication (2.31.0 )
208
211
activesupport (>= 6.0.0 )
209
212
railties (>= 6.0.0 )
210
213
io-console (0.8.1 )
214
+ irb (1.15.2 )
215
+ pp (>= 0.6.0 )
216
+ rdoc (>= 4.0.0 )
217
+ reline (>= 0.4.2 )
211
218
jbuilder (2.12.0 )
212
219
actionview (>= 5.0.0 )
213
220
activesupport (>= 5.0.0 )
295
302
pickadate-rails (3.5.6.0 )
296
303
railties (>= 3.1.0 )
297
304
popper_js (2.11.8 )
305
+ pp (0.6.2 )
306
+ prettyprint
298
307
premailer (1.21.0 )
299
308
addressable
300
309
css_parser (>= 1.12.0 )
303
312
actionmailer (>= 3 )
304
313
net-smtp
305
314
premailer (~> 1.7 , >= 1.7.9 )
315
+ prettyprint (0.2.0 )
306
316
pry (0.14.2 )
307
317
coderay (~> 1.1 )
308
318
method_source (~> 1.0 )
314
324
pry-remote (0.1.8 )
315
325
pry (~> 0.9 )
316
326
slop (~> 3.0 )
327
+ psych (5.2.6 )
328
+ date
329
+ stringio
317
330
public_activity (3.0.1 )
318
331
actionpack (>= 6.1.0 )
319
332
activerecord (>= 6.1 )
373
386
rb-fsevent (0.11.2 )
374
387
rb-inotify (0.10.1 )
375
388
ffi (~> 1.0 )
389
+ rdoc (6.14.2 )
390
+ erb
391
+ psych (>= 4.0.0 )
376
392
regexp_parser (2.10.0 )
377
393
reline (0.6.2 )
378
394
io-console (~> 0.5 )
470
486
ssrf_filter (1.1.2 )
471
487
stimulus-rails (1.3.4 )
472
488
railties (>= 6.0.0 )
489
+ stringio (3.1.7 )
473
490
stripe (9.0.0 )
474
491
temple (0.10.3 )
475
492
terser (1.2.4 )
@@ -527,6 +544,7 @@ DEPENDENCIES
527
544
delayed_job
528
545
delayed_job_active_record
529
546
dotenv-rails
547
+ drb
530
548
fabrication
531
549
faker
532
550
faraday
@@ -538,6 +556,7 @@ DEPENDENCIES
538
556
icalendar
539
557
image_processing (~> 1.2 )
540
558
importmap-rails
559
+ irb
541
560
jbuilder
542
561
jquery-rails
543
562
jquery-ui-rails
You can’t perform that action at this time.
0 commit comments