1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

[bug] unable to run rails console

This commit is contained in:
Sylvain 2019-01-22 11:24:00 +01:00
parent 8e3b387831
commit 746c0538e6
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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