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'
3535
3636gem 'pundit'
3737gem 'rails4-autocomplete'
38+ gem "reline" # LOCKED: Added because of readline is not part of Ruby 3.5.0
3839gem 'rolify'
3940# Use Sass to process CSS
4041gem 'sassc-rails'
Original file line number Diff line number Diff line change 207207 actionpack (>= 6.0.0 )
208208 activesupport (>= 6.0.0 )
209209 railties (>= 6.0.0 )
210+ io-console (0.8.1 )
210211 jbuilder (2.12.0 )
211212 actionview (>= 5.0.0 )
212213 activesupport (>= 5.0.0 )
373374 rb-inotify (0.10.1 )
374375 ffi (~> 1.0 )
375376 regexp_parser (2.10.0 )
377+ reline (0.6.2 )
378+ io-console (~> 0.5 )
376379 rexml (3.4.1 )
377380 rolify (6.0.1 )
378381 rollbar (3.6.0 )
@@ -507,7 +510,7 @@ PLATFORMS
507510
508511DEPENDENCIES
509512 acts-as-taggable-on
510- benchmark ( ~> 0.4.1 )
513+ benchmark
511514 better_errors
512515 bigdecimal
513516 binding_of_caller
@@ -561,6 +564,7 @@ DEPENDENCIES
561564 rails-html-sanitizer (~> 1.6.1 )
562565 rails4-autocomplete
563566 rails_12factor
567+ reline
564568 rolify
565569 rollbar
566570 rspec-collection_matchers
You can’t perform that action at this time.
0 commit comments