Skip to content

Commit

Permalink
Add pry (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz committed Jun 4, 2021
1 parent b53800d commit c8097d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "ruby-debug"
else
gem.add_development_dependency "activerecord-postgis-adapter"
gem.add_development_dependency "byebug"
gem.add_development_dependency "pry-byebug"
gem.add_development_dependency "mysql2"
gem.add_development_dependency "pg"
gem.add_development_dependency "rgeo"
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'rack'

begin
require 'byebug'
require 'pry'
rescue LoadError
end

Expand Down

0 comments on commit c8097d1

Please sign in to comment.