From c2a7460315e55a75fe24ca0a4d8e44b62fd7d8cb Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Wed, 13 Feb 2019 19:30:58 +0100 Subject: [PATCH] Add ruby debugger support --- .gitignore | 1 + Gemfile | 1 + Gemfile.lock | 3 +++ 3 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ac9f9c928..b7e4b5c36 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ storage/ /node_modules yarn-debug.log* .yarn-integrity +/.vscode diff --git a/Gemfile b/Gemfile index 1fabe7f8a..693759995 100644 --- a/Gemfile +++ b/Gemfile @@ -99,6 +99,7 @@ group :development, :test do gem 'pry-byebug' gem 'rspec-rails' gem 'rspec_junit_formatter' + gem 'ruby-debug-ide', require: false gem 'spring' # Spring speeds up development by keeping your application running in the background gem 'spring-commands-rspec' end diff --git a/Gemfile.lock b/Gemfile.lock index 1337f9a9f..a04b2d384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -510,6 +510,8 @@ GEM unicode-display_width (~> 1.4.0) rubocop-rspec-focused (1.0.0) rubocop (>= 0.51) + ruby-debug-ide (0.6.1) + rake (>= 0.8.1) ruby-progressbar (1.10.0) ruby_dep (1.5.0) ruby_parser (3.12.0) @@ -713,6 +715,7 @@ DEPENDENCIES rspec_junit_formatter rubocop rubocop-rspec-focused + ruby-debug-ide sanitize-url sassc-rails scenic