Skip to content

Commit c37b1b5

Browse files
olleolleollemroderick
authored andcommitted
Gemfile: add required reline dep
1 parent 7b64d80 commit c37b1b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ gem 'premailer-rails'
3535

3636
gem 'pundit'
3737
gem 'rails4-autocomplete'
38+
gem "reline" # LOCKED: Added because of readline is not part of Ruby 3.5.0
3839
gem 'rolify'
3940
# Use Sass to process CSS
4041
gem 'sassc-rails'

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ GEM
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)
@@ -373,6 +374,8 @@ GEM
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

508511
DEPENDENCIES
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

0 commit comments

Comments
 (0)