From 1ebfdef411bf6471cdb62a5b0ff7c43c4b096f57 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 23 Feb 2021 15:55:13 +0100 Subject: [PATCH] gems: remove ruby-debug-ide - It was included to make Rubymine happy, but nowadays Rubymine seems to load the debugger without touching the Gemfile - It keeps matching an invalid version when `bundle upgrade`-ing the dependencies. --- Gemfile | 1 - Gemfile.lock | 3 --- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index fdb7823bd..b7708896a 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,6 @@ group :development, :test do gem 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'rspec_junit_formatter', require: false gem 'rspec-rails' - gem 'ruby-debug-ide', require: false gem 'simple_xlsx_reader' gem 'spring' # Spring speeds up development by keeping your application running in the background gem 'spring-commands-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 9bda1b249..081650c09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -619,8 +619,6 @@ GEM rubocop-rails (~> 2.0) rubocop-rspec-focused (1.0.0) rubocop (>= 0.51) - ruby-debug-ide (0.7.2) - rake (>= 0.8.1) ruby-graphviz (1.2.5) rexml ruby-progressbar (1.11.0) @@ -861,7 +859,6 @@ DEPENDENCIES rubocop rubocop-rails_config rubocop-rspec-focused - ruby-debug-ide ruby-saml-idp sanitize-url sassc-rails