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.
This commit is contained in:
parent
473a86b861
commit
1ebfdef411
2 changed files with 0 additions and 4 deletions
1
Gemfile
1
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 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
gem 'rspec_junit_formatter', require: false
|
gem 'rspec_junit_formatter', require: false
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'ruby-debug-ide', require: false
|
|
||||||
gem 'simple_xlsx_reader'
|
gem 'simple_xlsx_reader'
|
||||||
gem 'spring' # Spring speeds up development by keeping your application running in the background
|
gem 'spring' # Spring speeds up development by keeping your application running in the background
|
||||||
gem 'spring-commands-rspec'
|
gem 'spring-commands-rspec'
|
||||||
|
|
|
@ -619,8 +619,6 @@ GEM
|
||||||
rubocop-rails (~> 2.0)
|
rubocop-rails (~> 2.0)
|
||||||
rubocop-rspec-focused (1.0.0)
|
rubocop-rspec-focused (1.0.0)
|
||||||
rubocop (>= 0.51)
|
rubocop (>= 0.51)
|
||||||
ruby-debug-ide (0.7.2)
|
|
||||||
rake (>= 0.8.1)
|
|
||||||
ruby-graphviz (1.2.5)
|
ruby-graphviz (1.2.5)
|
||||||
rexml
|
rexml
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
|
@ -861,7 +859,6 @@ DEPENDENCIES
|
||||||
rubocop
|
rubocop
|
||||||
rubocop-rails_config
|
rubocop-rails_config
|
||||||
rubocop-rspec-focused
|
rubocop-rspec-focused
|
||||||
ruby-debug-ide
|
|
||||||
ruby-saml-idp
|
ruby-saml-idp
|
||||||
sanitize-url
|
sanitize-url
|
||||||
sassc-rails
|
sassc-rails
|
||||||
|
|
Loading…
Reference in a new issue