File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ gem 'premailer-rails'
35
35
36
36
gem 'pundit'
37
37
gem 'rails4-autocomplete'
38
+ gem "reline" # LOCKED: Added because of readline is not part of Ruby 3.5.0
38
39
gem 'rolify'
39
40
# Use Sass to process CSS
40
41
gem 'sassc-rails'
Original file line number Diff line number Diff line change 207
207
actionpack (>= 6.0.0 )
208
208
activesupport (>= 6.0.0 )
209
209
railties (>= 6.0.0 )
210
+ io-console (0.8.1 )
210
211
jbuilder (2.12.0 )
211
212
actionview (>= 5.0.0 )
212
213
activesupport (>= 5.0.0 )
373
374
rb-inotify (0.10.1 )
374
375
ffi (~> 1.0 )
375
376
regexp_parser (2.10.0 )
377
+ reline (0.6.2 )
378
+ io-console (~> 0.5 )
376
379
rexml (3.4.1 )
377
380
rolify (6.0.1 )
378
381
rollbar (3.6.0 )
@@ -507,7 +510,7 @@ PLATFORMS
507
510
508
511
DEPENDENCIES
509
512
acts-as-taggable-on
510
- benchmark ( ~> 0.4.1 )
513
+ benchmark
511
514
better_errors
512
515
bigdecimal
513
516
binding_of_caller
@@ -561,6 +564,7 @@ DEPENDENCIES
561
564
rails-html-sanitizer (~> 1.6.1 )
562
565
rails4-autocomplete
563
566
rails_12factor
567
+ reline
564
568
rolify
565
569
rollbar
566
570
rspec-collection_matchers
You can’t perform that action at this time.
0 commit comments