Skip to content

Commit

Permalink
fix: remove pry-byebug dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masaakiaoyagi committed May 30, 2022
1 parent c03e2ac commit c0ca561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -10,3 +10,5 @@ gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.21"

gem "pry-byebug"
2 changes: 0 additions & 2 deletions rspec-context_helper.gemspec
Expand Up @@ -32,6 +32,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "rspec", "~> 3.11"

spec.add_dependency "pry-byebug"
end

0 comments on commit c0ca561

Please sign in to comment.