Skip to content

Commit

Permalink
don't include debase and ruby-debug-ide in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Oct 10, 2024
1 parent b6736cc commit 43072bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ group :test, :development, :ci do
gem 'selenium-webdriver'
gem 'codecov', :require => false
gem 'rails-controller-testing'
gem 'debase'
gem 'ruby-debug-ide', '~> 0.7.3'
# gem 'debase'
# gem 'ruby-debug-ide', '~> 0.7.3'
end

group :test, :development do
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ GEM
crass (1.0.6)
daemons (1.4.1)
date (3.3.3)
debase (0.2.4.1)
debase-ruby_core_source (>= 0.10.2)
debase-ruby_core_source (3.2.2)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -368,8 +365,6 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
ruby-debug-ide (0.7.3)
rake (>= 0.8.1)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
Expand Down Expand Up @@ -473,7 +468,6 @@ DEPENDENCIES
cqm-models (~> 4.1.0)
cqm-parsers!
cqm-reports!
debase
devise
doorkeeper (~> 4.4.0)
doorkeeper-mongodb (~> 4.1.0)
Expand All @@ -500,7 +494,6 @@ DEPENDENCIES
roo (~> 2.7)
rubocop (~> 0.88.0)
rubocop-ast (~> 0.3.0)
ruby-debug-ide (~> 0.7.3)
rubyzip (>= 1.3.0)
rvm1-capistrano3
sass-rails (~> 5.0.4)
Expand Down

0 comments on commit 43072bd

Please sign in to comment.