diff --git a/CHANGELOG.md b/CHANGELOG.md index ffda7cf68..79b756837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog Fab Manager +- Fix a bug: unable to run rails console + ## v2.8.2 2019 January 22 - Removed ability to disable invoicing for an user diff --git a/Gemfile b/Gemfile index 323aa4e3f..d377cba3c 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ group :development do # Preview mail in the browser gem 'mailcatcher' gem 'puma' + gem 'rb-readline' gem 'rvm-capistrano', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 519509a0c..7b689777c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,6 +356,7 @@ GEM rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) + rb-readline (0.5.5) rdoc (4.3.0) recurrence (1.3.0) activesupport @@ -562,6 +563,7 @@ DEPENDENCIES rails (= 4.2.11) rails-observers rails_12factor + rb-readline recurrence responders (~> 2.0) rolify @@ -587,4 +589,4 @@ DEPENDENCIES webmock BUNDLED WITH - 1.16.1 + 1.17.2