Skip to content

Commit

Permalink
Drop pry-byebug for now.
Browse files Browse the repository at this point in the history
The gem does not seem to be compatible with current ruby head.
  • Loading branch information
richardboehme committed May 18, 2022
1 parent 156df7d commit b88ce05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion reform.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler"
spec.add_development_dependency "minitest"
spec.add_development_dependency "minitest-line"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "multi_json"
spec.add_development_dependency "rake"
end
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require "representable/debug"
require "declarative/testing"
require "pp"
require "pry-byebug"

require "reform/form/dry"

Expand Down

0 comments on commit b88ce05

Please sign in to comment.