Skip to content

Commit

Permalink
Remove support of debug for vs code
Browse files Browse the repository at this point in the history
Not sure if that configuration should be store in this repo
Also seems that `debase` currently do not support `ruby-3.1`
See:
ruby-debug/debase#95
  • Loading branch information
ShockwaveNN committed Feb 1, 2022
1 parent fe35c35 commit 62fde6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
21 changes: 0 additions & 21 deletions .vscode/launch.json

This file was deleted.

2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ gem 'sinatra' # main web framework
gem 'sinatra-cross_origin'

group :development do
gem 'debase'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-sequel', require: false
gem 'ruby-debug-ide'
end

group :test do
Expand Down
10 changes: 1 addition & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ GEM
ast (2.4.2)
bcrypt (3.1.16)
concurrent-ruby (1.1.9)
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (0.10.14)
diff-lcs (1.5.0)
faker (2.19.0)
i18n (>= 1.6, < 2)
Expand All @@ -27,7 +24,6 @@ GEM
rack-protection (2.1.0)
rack
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.0)
rexml (3.2.5)
rspec (3.10.0)
Expand Down Expand Up @@ -63,8 +59,6 @@ GEM
rubocop (~> 1.19)
rubocop-sequel (0.3.3)
rubocop (~> 1.0)
ruby-debug-ide (0.7.3)
rake (>= 0.8.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sequel (5.52.0)
Expand All @@ -82,7 +76,6 @@ PLATFORMS

DEPENDENCIES
bcrypt
debase
faker
jwt
palladium
Expand All @@ -94,10 +87,9 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
rubocop-sequel
ruby-debug-ide
sequel
sinatra
sinatra-cross_origin

BUNDLED WITH
2.2.26
2.3.6

0 comments on commit 62fde6a

Please sign in to comment.