Skip to content

Commit

Permalink
Remove debase and ruby-debug-ide gems
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcm committed Dec 1, 2021
1 parent 84ccdf6 commit 35970a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ group :development, :test do
gem "brakeman"
gem "bullet"
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "debase", ">= 0.2.5beta", require: false
gem "dotenv-rails"
gem "pry"
gem "pry-byebug"
Expand All @@ -99,7 +98,6 @@ group :development, :test do
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "ruby-debug-ide", require: false
gem "slim_lint", require: false
end

Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
debase (0.2.5.beta2)
debase-ruby_core_source (>= 0.10.12)
debase-ruby_core_source (0.10.13)
declarative (0.0.20)
deep_merge (1.2.1)
descendants_tracker (0.0.4)
Expand Down Expand Up @@ -527,8 +524,6 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.6.0)
rubocop (~> 1.19)
ruby-debug-ide (0.7.3)
rake (>= 0.8.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -701,7 +696,6 @@ DEPENDENCIES
capybara
climate_control
colorize
debase (>= 0.2.5beta)
devise
dotenv-rails
factory_bot_rails
Expand Down Expand Up @@ -751,7 +745,6 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
ruby-debug-ide
sanitize
selenium-webdriver
shoulda-matchers
Expand Down

0 comments on commit 35970a3

Please sign in to comment.