Fix irb_context in rails console (#3889)
Suppression d'un message d'erreur qui apparaissait au démarrage de la console Rails
This commit is contained in:
commit
5fdb8eb2de
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -101,7 +101,7 @@ group :development, :test do
|
|||
gem 'mina', git: 'https://github.com/mina-deploy/mina.git', require: false # Deploy
|
||||
gem 'pry-byebug'
|
||||
gem 'rspec-rails'
|
||||
gem 'rspec_junit_formatter'
|
||||
gem 'rspec_junit_formatter', require: false
|
||||
gem 'ruby-debug-ide', require: false
|
||||
gem 'spring' # Spring speeds up development by keeping your application running in the background
|
||||
gem 'spring-commands-rspec'
|
||||
|
|
Loading…
Reference in a new issue