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:
Pierre de La Morinerie 2019-05-20 10:46:37 +02:00 committed by GitHub
commit 5fdb8eb2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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