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'
88gem 'bootsnap' , require : false
99
1010gem '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
1313gem 'carrierwave'
1414gem 'cocoon'
1515gem 'delayed_job'
1616gem 'delayed_job_active_record'
17+ gem 'drb' # LOCKED: Added because of pry-remote
1718gem 'font_awesome5_rails'
1819gem 'bootstrap' , '~> 5'
1920gem 'friendly_id'
2021gem 'haml'
2122gem 'high_voltage'
23+ gem 'irb' # LOCKED: Added because of byebug
2224gem 'jquery-rails'
2325gem 'jquery-ui-rails'
2426
2527# Use Active Storage variant
2628gem '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
2830gem 'nokogiri'
2931gem 'omniauth'
3032gem 'omniauth-github'
@@ -35,7 +37,7 @@ gem 'premailer-rails'
3537
3638gem 'pundit'
3739gem '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
3941gem 'rolify'
4042# Use Sass to process CSS
4143gem 'sassc-rails'
Original file line number Diff line number Diff line change 169169 dotenv-rails (3.1.0 )
170170 dotenv (= 3.1.0 )
171171 railties (>= 6.1 )
172+ double-bag-ftps (0.1.4 )
173+ drb (2.2.3 )
174+ erb (5.0.2 )
172175 erubi (1.13.1 )
173176 execjs (2.10.0 )
174177 fabrication (2.31.0 )
208211 activesupport (>= 6.0.0 )
209212 railties (>= 6.0.0 )
210213 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 )
211218 jbuilder (2.12.0 )
212219 actionview (>= 5.0.0 )
213220 activesupport (>= 5.0.0 )
295302 pickadate-rails (3.5.6.0 )
296303 railties (>= 3.1.0 )
297304 popper_js (2.11.8 )
305+ pp (0.6.2 )
306+ prettyprint
298307 premailer (1.21.0 )
299308 addressable
300309 css_parser (>= 1.12.0 )
303312 actionmailer (>= 3 )
304313 net-smtp
305314 premailer (~> 1.7 , >= 1.7.9 )
315+ prettyprint (0.2.0 )
306316 pry (0.14.2 )
307317 coderay (~> 1.1 )
308318 method_source (~> 1.0 )
314324 pry-remote (0.1.8 )
315325 pry (~> 0.9 )
316326 slop (~> 3.0 )
327+ psych (5.2.6 )
328+ date
329+ stringio
317330 public_activity (3.0.1 )
318331 actionpack (>= 6.1.0 )
319332 activerecord (>= 6.1 )
373386 rb-fsevent (0.11.2 )
374387 rb-inotify (0.10.1 )
375388 ffi (~> 1.0 )
389+ rdoc (6.14.2 )
390+ erb
391+ psych (>= 4.0.0 )
376392 regexp_parser (2.10.0 )
377393 reline (0.6.2 )
378394 io-console (~> 0.5 )
470486 ssrf_filter (1.1.2 )
471487 stimulus-rails (1.3.4 )
472488 railties (>= 6.0.0 )
489+ stringio (3.1.7 )
473490 stripe (9.0.0 )
474491 temple (0.10.3 )
475492 terser (1.2.4 )
@@ -527,6 +544,7 @@ DEPENDENCIES
527544 delayed_job
528545 delayed_job_active_record
529546 dotenv-rails
547+ drb
530548 fabrication
531549 faker
532550 faraday
@@ -538,6 +556,7 @@ DEPENDENCIES
538556 icalendar
539557 image_processing (~> 1.2 )
540558 importmap-rails
559+ irb
541560 jbuilder
542561 jquery-rails
543562 jquery-ui-rails
You can’t perform that action at this time.
0 commit comments